[Android] Revert "Do not extract native libraries"
Geoffrey Métais
git at videolan.org
Mon Apr 27 10:14:43 CEST 2020
vlc-android | branch: 3.2.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Apr 27 10:14:24 2020 +0200| [843de41fee3c8345e5fd1e17ca1e7549f86ae40a] | committer: Geoffrey Métais
Revert "Do not extract native libraries"
This reverts commit 69a06b9d1fee842bfe1dd470704e1742d971b84f.
> https://code.videolan.org/videolan/vlc-android/commit/843de41fee3c8345e5fd1e17ca1e7549f86ae40a
---
vlc-android/AndroidManifest.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 71f290d4b..76f825bb6 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -54,7 +54,6 @@
android:supportsRtl="true"
android:theme="@style/Theme.VLC.Transparent"
android:usesCleartextTraffic="true"
- android:extractNativeLibs="false"
tools:targetApi="o">
<!-- Enable VLC in Samsung multiwindow mode -->
@@ -687,4 +686,4 @@
</service>
</application>
-</manifest>
+</manifest>
\ No newline at end of file
More information about the Android
mailing list