summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2024-02-06 12:12:43 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-02-07 10:10:08 +0000
commit8c5ea5b368aadb4f0394d07dd4fc2bcf41b65224 (patch)
treef679686e143596729ecdeefe697dd67ad46f3f65 /examples
parentae8a5adb961c195fe6a76518705e1be7bad19f84 (diff)
Android: fix style extraction when set to none
If extract_android_style meta data is set to none currently the app still tries to extract full stlye and crashes. If this option is set no style data should be extracted after this patch. Fixes: QTBUG-121667 Change-Id: I764e1eb6a582073196f991ca930d245d17a1f7e5 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io> (cherry picked from commit ff6a6d3285c48d5e54bf03361115116f58461e33) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/corelib/platform/androidnotifier/android/AndroidManifest.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/corelib/platform/androidnotifier/android/AndroidManifest.xml b/examples/corelib/platform/androidnotifier/android/AndroidManifest.xml
index 1936f90108..a77ed4ab12 100644
--- a/examples/corelib/platform/androidnotifier/android/AndroidManifest.xml
+++ b/examples/corelib/platform/androidnotifier/android/AndroidManifest.xml
@@ -41,10 +41,6 @@
<meta-data
android:name="android.app.background_running"
android:value="false"/>
-
- <meta-data
- android:name="android.app.extract_android_style"
- android:value="none" />
</activity>
</application>
</manifest>