Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95428560 authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

Opt out of predictive back

On Android 16 (and with targetSdk>=36), predictive back will be enabled by default if not explicitly specified otherwise in the Manifest. Therefore opting out to prevent regressions.

Bug: 376407910
Test: presubmit
Flag: EXEMPT precautionary measure to prevent regressions on Android 16
Change-Id: I9884f54780870f59d5f92a4ed888e54913394aec
parent 1a254eab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@
        android:allowBackup="true"
        android:backupAgent=".prefs.BackupAgent"
        android:fullBackupOnly="false"
        android:enableOnBackInvokedCallback="false"
        android:crossProfile="true">

        <meta-data