From cde460676068bdc1b00e97bd583dd38d7353363d Mon Sep 17 00:00:00 2001 From: Manuel Fuhr Date: Sat, 2 Apr 2022 18:22:19 +0200 Subject: [PATCH] Reformat and fix warnings in AndroidManifest --- .../src/main/AndroidManifest.xml | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/brouter-routing-app/src/main/AndroidManifest.xml b/brouter-routing-app/src/main/AndroidManifest.xml index c1ffbdf..e4030e4 100644 --- a/brouter-routing-app/src/main/AndroidManifest.xml +++ b/brouter-routing-app/src/main/AndroidManifest.xml @@ -3,7 +3,9 @@ - @@ -11,14 +13,13 @@ + android:icon="@mipmap/ic_launcher" + android:label="@string/app_name" + android:preserveLegacyExternalStorage="true" + android:roundIcon="@mipmap/ic_launcher_round"> @@ -29,20 +30,20 @@ + android:launchMode="singleTask" + android:screenOrientation="landscape" + android:theme="@android:style/Theme.NoTitleBar.Fullscreen" /> - + + @@ -88,15 +89,15 @@ + android:label="Download Service" />