Enable predictive back gesture for Settings app.

Bug: 238729272
Test: manually tested on device
Change-Id: Ib75902d1d7bbd289705cb62ef00d5840676bda72
(cherry picked from commit 1bda6428c2)
Merged-In: Ib75902d1d7bbd289705cb62ef00d5840676bda72
This commit is contained in:
kellyz
2022-07-22 10:23:28 +08:00
committed by Kelly Zhang
parent 6920c9e7ce
commit 76516bbd3d

View File

@@ -131,7 +131,8 @@
android:usesCleartextTraffic="true" android:usesCleartextTraffic="true"
android:defaultToDeviceProtectedStorage="true" android:defaultToDeviceProtectedStorage="true"
android:directBootAware="true" android:directBootAware="true"
android:appComponentFactory="androidx.core.app.CoreComponentFactory"> android:appComponentFactory="androidx.core.app.CoreComponentFactory"
android:enableOnBackInvokedCallback="true">
<uses-library android:name="org.apache.http.legacy" /> <uses-library android:name="org.apache.http.legacy" />