mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-07 10:42:07 +00:00
The recommended app is still free on F-Droid at time of writing this.
This commit is contained in:
parent
cb5c3b074c
commit
92e6579242
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue