summaryrefslogtreecommitdiffstats
path: root/src/android/templates/AndroidManifest.xml
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2023-12-16 13:50:51 +0200
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2023-12-22 21:21:37 +0200
commitee4f91fa50fa470b4891318750bd7aad5e508124 (patch)
tree4d2a2e13307621647ffaf8ddf9d8dc782f3f3c4b /src/android/templates/AndroidManifest.xml
parenta7715d2706e72d9bf6988dd78df9f99881e21391 (diff)
Android: set default style extraction to minimal
The default value in the default manifest has been for few releases, set as minimal, and since Widgets Android style is not fully supported anymore, we can set this to default to minimal under the hood as well to avoid needing to always explicitly needing to set it to minimal. Pick-to: 6.7 Change-Id: Id0b2134c572694be1e190347ff75f51ade65f0c4 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Diffstat (limited to 'src/android/templates/AndroidManifest.xml')
-rw-r--r--src/android/templates/AndroidManifest.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/android/templates/AndroidManifest.xml b/src/android/templates/AndroidManifest.xml
index b309db7477..21ceaacc2e 100644
--- a/src/android/templates/AndroidManifest.xml
+++ b/src/android/templates/AndroidManifest.xml
@@ -36,10 +36,6 @@
<meta-data
android:name="android.app.arguments"
android:value="-- %%INSERT_APP_ARGUMENTS%% --" />
-
- <meta-data
- android:name="android.app.extract_android_style"
- android:value="minimal" />
</activity>
<provider