From c3a64b154bc00106035dfbe894ab57a41b8217df Mon Sep 17 00:00:00 2001 From: julian Date: Tue, 3 Dec 2024 16:19:40 -0600 Subject: [PATCH] No idea why this was changed but it causes problems so I am reverting it --- .../templates/android/app/src/main/AndroidManifest.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/app_config/templates/android/app/src/main/AndroidManifest.xml b/scripts/app_config/templates/android/app/src/main/AndroidManifest.xml index 78a92aa5c..204663635 100644 --- a/scripts/app_config/templates/android/app/src/main/AndroidManifest.xml +++ b/scripts/app_config/templates/android/app/src/main/AndroidManifest.xml @@ -23,8 +23,7 @@ android:requestLegacyExternalStorage="true" android:icon="@mipmap/ic_launcher" android:allowBackup="false" - android:fullBackupContent="false" - android:extractNativeLibs="true"> + android:fullBackupContent="false">