From c7ccc2f4f1c005f95043ef10157edb4469185d95 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 19 Jul 2020 16:37:18 +0530 Subject: Improve UI when launching with biometric lock (#940) --- app/src/main/AndroidManifest.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1fea64ba..2fc14f3b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -15,9 +15,6 @@ android:name="android.permission.BIND_ACCESSIBILITY_SERVICE" tools:ignore="ProtectedPermissions" /> - - - + android:label="@string/app_name" + android:theme="@style/NoBackgroundTheme"> -- cgit v1.2.3