From e778807d66eaff9112f92009b76e4ff35d03204b Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Fri, 25 Oct 2019 08:34:15 +0200 Subject: Update AndroidManifest.xml to be compatible with Qt 5.14 There are changes in Qt 5.14 which require updating the manifests of all applications unfortunately, otherwise they will not work. This fixes the manifest for the Notification example. Change-Id: Ia91972f87df412fcb89a2f002dee9a0b94adb004 Reviewed-by: BogDan Vatra --- .../notification/android-sources/AndroidManifest.xml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/examples/androidextras/notification/android-sources/AndroidManifest.xml b/examples/androidextras/notification/android-sources/AndroidManifest.xml index e7820e1..2434bbb 100644 --- a/examples/androidextras/notification/android-sources/AndroidManifest.xml +++ b/examples/androidextras/notification/android-sources/AndroidManifest.xml @@ -1,10 +1,7 @@ - + - - + + @@ -16,12 +13,10 @@ - - - + @@ -36,7 +31,7 @@ - + -- cgit v1.2.3