From 583c7cf622db1a6d168c7498ed0aef8c2162d26c Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Thu, 23 Nov 2017 13:22:54 -0600 Subject: ANDROID: Clean up AndroidManifest.xml Keep uses-flags at the top to avoid them getting buried below the activities, update target SDK to the minimum supported by current Android SDKs, make Wi-Fi optional, and add screenSize configuration change recommended by the Android documentation since orientation is already supported. --- dists/android/AndroidManifest.xml | 44 ++++++++++++++++++++---------------- dists/android/AndroidManifest.xml.in | 44 ++++++++++++++++++++---------------- 2 files changed, 50 insertions(+), 38 deletions(-) (limited to 'dists/android') diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml index d4c40a8b17..d49cd51695 100644 --- a/dists/android/AndroidManifest.xml +++ b/dists/android/AndroidManifest.xml @@ -1,16 +1,36 @@ - + - + android:targetSdkVersion="14"/> + + + + + + + + + + + + @@ -37,18 +57,4 @@ - - - - - - - - - - - diff --git a/dists/android/AndroidManifest.xml.in b/dists/android/AndroidManifest.xml.in index 9601425c74..957ec121a4 100644 --- a/dists/android/AndroidManifest.xml.in +++ b/dists/android/AndroidManifest.xml.in @@ -1,16 +1,36 @@ - + - + android:targetSdkVersion="14"/> + + + + + + + + + + + + @@ -37,18 +57,4 @@ - - - - - - - - - - - -- cgit v1.2.3