mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Disable app chooser by default
This commit is contained in:
@@ -942,7 +942,7 @@ public class Helper {
|
||||
|
||||
static Intent getChooser(Context context, Intent intent) {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
boolean app_chooser = prefs.getBoolean("app_chooser", true);
|
||||
boolean app_chooser = prefs.getBoolean("app_chooser", false);
|
||||
if (!app_chooser)
|
||||
return intent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user