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

Commit 66dd1cb9 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: Iad69e85251a4d8eb3c33c7fd46d1ff917fb5ed8b
parent a6fb4911
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -120,6 +120,7 @@
    android:name="com.android.dialer.binary.aosp.AospDialerApplication"
    android:supportsRtl="true"
    android:usesCleartextTraffic="false"
    android:enableOnBackInvokedCallback="false"
    android:extractNativeLibs="true">
  </application>