1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-07 10:42:07 +00:00

Update filemanager recommendation package name (fixes #125) (#134)

The recommended app is still free on F-Droid at time of writing this.
This commit is contained in:
Catfriend1 2018-11-29 23:05:58 +01:00 committed by GitHub
parent cb5c3b074c
commit 92e6579242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -921,7 +921,7 @@ public class FileUtils {
.setTitle(R.string.suggest_file_manager_app_dialog_title)
.setMessage(R.string.suggest_file_manager_app_dialog_text)
.setPositiveButton(R.string.yes, (d, i) -> {
final String appPackageName = "com.simplemobiletools.filemanager";
final String appPackageName = "com.simplemobiletools.filemanager.pro";
try {
context.startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=" + appPackageName)));
} catch (android.content.ActivityNotFoundException anfe) {