mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-09 03:31:46 +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)
|
.setTitle(R.string.suggest_file_manager_app_dialog_title)
|
||||||
.setMessage(R.string.suggest_file_manager_app_dialog_text)
|
.setMessage(R.string.suggest_file_manager_app_dialog_text)
|
||||||
.setPositiveButton(R.string.yes, (d, i) -> {
|
.setPositiveButton(R.string.yes, (d, i) -> {
|
||||||
final String appPackageName = "com.simplemobiletools.filemanager";
|
final String appPackageName = "com.simplemobiletools.filemanager.pro";
|
||||||
try {
|
try {
|
||||||
context.startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=" + appPackageName)));
|
context.startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=" + appPackageName)));
|
||||||
} catch (android.content.ActivityNotFoundException anfe) {
|
} catch (android.content.ActivityNotFoundException anfe) {
|
||||||
|
|
Loading…
Reference in a new issue