diff options
author | 2025-01-15 07:31:24 -0800 | |
---|---|---|
committer | 2025-01-15 07:31:24 -0800 | |
commit | c3f05294c2e4c6ab4d2593fa6422e6cdeef633c0 (patch) | |
tree | 7dc73dec4d07f1bd99a584bfd240d22503c89309 | |
parent | f9367a89348f219cc8d20348ff7ba3caaa201e25 (diff) | |
parent | 954285606f43a321af1fee17db4861bb69411374 (diff) |
Merge "Opt out of predictive back" into main
-rw-r--r-- | AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d948b605c..6b4bed88f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -52,6 +52,7 @@ android:allowBackup="true" android:backupAgent=".prefs.BackupAgent" android:fullBackupOnly="false" + android:enableOnBackInvokedCallback="false" android:crossProfile="true"> <meta-data |