Skip to content
Snippets Groups Projects
Commit c9c42fd2 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Request legacy external storage access

Bypass scoped storage
parent 0d89a36f
No related branches found
No related tags found
1 merge request!293Targetsdk10
Pipeline #10643 passed with stage
in 4 minutes and 18 seconds
......@@ -62,15 +62,18 @@
android:supportsRtl="true"
android:theme="@style/Theme.VLC.Transparent"
android:usesCleartextTraffic="true"
tools:targetApi="o">
android:requestLegacyExternalStorage="true"
tools:targetApi="q">
<!-- Enable VLC in Samsung multiwindow mode -->
<meta-data
android:name="com.samsung.android.sdk.multiwindow.enable"
android:value="true"/> <!-- Enable VLC in LG split window mode -->
android:value="true"/>
<!-- Enable VLC in LG split window mode -->
<meta-data
android:name="com.lge.support.SPLIT_WINDOW"
android:value="true"/> <!-- Android auto -->
android:value="true"/>
<!-- Android auto -->
<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment