From 41c2cef3fdab102b2fe348157568a2830e13f37e Mon Sep 17 00:00:00 2001 From: Tamas Martinec Date: Wed, 1 Sep 2021 13:06:12 +0300 Subject: QtSensors: Fix qmake compilation problems in Maze and Accelbubble on Android The AndroidManifest.xml files were updated according to the latest template in qtbase\src\android\templates\. Pick-to: 6.2 Task-number: QTBUG-92514 Change-Id: Ic1fe8ce6ce937ed91632832187e1208e3536e656 Reviewed-by: Assam Boudjelthia --- .../accelbubble/android/AndroidManifest.xml | 110 ++++++++------------- examples/sensors/maze/android/AndroidManifest.xml | 85 ++++++++-------- 2 files changed, 79 insertions(+), 116 deletions(-) (limited to 'examples/sensors') diff --git a/examples/sensors/accelbubble/android/AndroidManifest.xml b/examples/sensors/accelbubble/android/AndroidManifest.xml index 3ec1eaa0..537c705e 100644 --- a/examples/sensors/accelbubble/android/AndroidManifest.xml +++ b/examples/sensors/accelbubble/android/AndroidManifest.xml @@ -1,77 +1,47 @@ - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - - - - - - diff --git a/examples/sensors/maze/android/AndroidManifest.xml b/examples/sensors/maze/android/AndroidManifest.xml index 8e2ddf3f..8efe1ed3 100644 --- a/examples/sensors/maze/android/AndroidManifest.xml +++ b/examples/sensors/maze/android/AndroidManifest.xml @@ -1,54 +1,47 @@ - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - -- cgit v1.2.3