[Android] Do not extract native libraries

Alexandre Janniaux git at videolan.org
Wed Mar 11 11:30:51 CET 2020


vlc-android | branch: 3.2.x | Alexandre Janniaux <alexandre.janniaux at gmail.com> | Wed Mar 11 11:15:18 2020 +0100| [69a06b9d1fee842bfe1dd470704e1742d971b84f] | committer: Geoffrey Métais

Do not extract native libraries

Reduce installation size on Android 6+

> https://code.videolan.org/videolan/vlc-android/commit/69a06b9d1fee842bfe1dd470704e1742d971b84f
---

 vlc-android/AndroidManifest.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 76f825bb6..71f290d4b 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -54,6 +54,7 @@
         android:supportsRtl="true"
         android:theme="@style/Theme.VLC.Transparent"
         android:usesCleartextTraffic="true"
+        android:extractNativeLibs="false"
         tools:targetApi="o">
 
         <!-- Enable VLC in Samsung multiwindow mode -->
@@ -686,4 +687,4 @@
         </service>
     </application>
 
-</manifest>
\ No newline at end of file
+</manifest>



More information about the Android mailing list