mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Disable photo picker for new installations
This commit is contained in:
@@ -653,6 +653,10 @@ public class ApplicationEx extends Application
|
||||
editor.putBoolean("doubletap", true);
|
||||
} else if (version < 1960)
|
||||
editor.remove("sqlite_auto_vacuum");
|
||||
else if (version < 1961) {
|
||||
if (!prefs.contains("photo_picker"))
|
||||
editor.putBoolean("photo_picker", true);
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
editor.remove("background_service");
|
||||
|
||||
Reference in New Issue
Block a user