mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update AndroidManifest.xml (#273)
Enabling Api for predictive back gesture for A13 .
This commit is contained in:
parent
4f4061961a
commit
871dcf7171
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue