From 35c5af9d71cbeff5403c32754c4cf8a37399543f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 17 Aug 2018 18:38:53 +0200 Subject: Added working login verification on app start --- app/src/main/AndroidManifest.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 31cb83c..29c7f56 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -10,23 +10,24 @@ - + android:theme="@style/AppTheme" + tools:replace="android:allowBackup"> + + -- cgit v1.2.3