From ecc2ca9e9e6b98e8da7c7d223cfa5eb5257591d6 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 3 Aug 2016 15:04:56 +0200 Subject: Fix NFC corkboard example on Android The example uses a custom Manifest. The original version was based on the general AndroidManifest.xml template at the time. In the mean time the template changed (in particular the minimal SDK version was increased to version 16). THe old custom manifest required API lvl 14 which was too low. The new version is based on the current AndroidManifest.xml template which currently is Qt version 5.7.1. Change-Id: I91c04cba8c7a9979d1cff0dc070e42b98185872f Reviewed-by: Eskil Abrahamsen Blomfeldt --- examples/nfc/corkboard/android/AndroidManifest.xml | 39 ++++++++++++++++++---- 1 file changed, 32 insertions(+), 7 deletions(-) (limited to 'examples') diff --git a/examples/nfc/corkboard/android/AndroidManifest.xml b/examples/nfc/corkboard/android/AndroidManifest.xml index e921e2b1..68566b1b 100644 --- a/examples/nfc/corkboard/android/AndroidManifest.xml +++ b/examples/nfc/corkboard/android/AndroidManifest.xml @@ -1,7 +1,11 @@ - + - + @@ -11,6 +15,11 @@ + + + + + @@ -33,9 +42,8 @@ - + + @@ -45,9 +53,26 @@ signal is sent! --> - + + + + + + + + + + + + + - + +