Update AndroidManifest.xml (#273)

Enabling Api for predictive back gesture for A13 .
This commit is contained in:
krrishkap 2022-12-24 20:35:20 +05:30 committed by GitHub
parent 4f4061961a
commit 871dcf7171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -45,7 +45,8 @@
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
tools:targetApi="o">
tools:targetApi="o"
android:enableOnBackInvokedCallback="true">
<meta-data
android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
@ -189,4 +190,4 @@
</provider>
</application>
</manifest>
</manifest>