From 52813712c4a93f4e0e9e8de47f4c7fc1d8838f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Str=C3=B8mme?= Date: Wed, 26 Sep 2018 13:53:27 +0200 Subject: Default to no style extraction on Android P when the target SDK is < 28 Applications with target SDK version lower then 28 running on a device with version greater or equal to 28 will cause compatibility warnings, so default to none when the extract_android_style value is set to default. Note that the new value "default" was introduced to allow this kind of changes in the future, i.e., selecting the best solution based on some simple heuristics. Adding a new value also keep compatibility and allows the user to explicitly set a value when needed. Task-number: QTBUG-69810 Change-Id: I68301716767870ce6de40e45742d9c5fc263ee25 Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/android/templates/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/android/templates') diff --git a/src/android/templates/AndroidManifest.xml b/src/android/templates/AndroidManifest.xml index c9eff264c4..44c2b519cf 100644 --- a/src/android/templates/AndroidManifest.xml +++ b/src/android/templates/AndroidManifest.xml @@ -57,11 +57,12 @@ - + -- cgit v1.2.3