From a905d9d91c229ea2760c54e5375ece35aa081b7a Mon Sep 17 00:00:00 2001 From: Lars Schmertmann Date: Wed, 9 Jan 2019 12:58:49 +0100 Subject: Reorder the elements of the Android manifest to fix a lint warning Incorrect order of elements in manifest --------------------------------------- The tag should appear after the elements which declare which version you need, which features you need, which libraries you need, and so on. In the past there have been subtle bugs (such as themes not getting applied correctly) when the tag appears before some of these other elements, so it's best to order your manifest in the logical dependency order. Change-Id: I647c6eed71b678f4df65a00fbd51135b93959e11 Reviewed-by: Edward Welbourne Reviewed-by: BogDan Vatra --- src/android/templates/AndroidManifest.xml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'src/android/templates/AndroidManifest.xml') diff --git a/src/android/templates/AndroidManifest.xml b/src/android/templates/AndroidManifest.xml index 966ce23b14..678ba4f0bd 100644 --- a/src/android/templates/AndroidManifest.xml +++ b/src/android/templates/AndroidManifest.xml @@ -1,5 +1,17 @@ + + + + + + + + + + - - - - - - - - - -- cgit v1.2.3