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

Commit 1bda6428 authored by kellyz's avatar kellyz Committed by Kelly Zhang
Browse files

Enable predictive back gesture for Settings app.

Bug: 238729272
Test: manually tested on device
Change-Id: Ib75902d1d7bbd289705cb62ef00d5840676bda72
parent de6ed695
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -132,7 +132,8 @@
            android:defaultToDeviceProtectedStorage="true"
            android:directBootAware="true"
            android:appComponentFactory="androidx.core.app.CoreComponentFactory"
            android:gwpAsanMode="always">
            android:gwpAsanMode="always"
            android:enableOnBackInvokedCallback="true">

        <uses-library android:name="org.apache.http.legacy" />