From 53c38c5f5adaf59f6e60f59ed7d46af3ff359879 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Wed, 13 Nov 2019 15:09:40 +0100 Subject: [PATCH] Reorder Android manifest Declare permissions before the application tag (to make the linter happy). --- app/src/main/AndroidManifest.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5afdf9e9..ffc0e121 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -3,6 +3,10 @@ xmlns:tools="http://schemas.android.com/tools" package="com.genymobile.gnirehtet"> + + + + - - - - \ No newline at end of file