From 08dcc143d8ac980de3166710a97bef68f7315f16 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Mon, 28 Feb 2022 20:29:08 +0000 Subject: [PATCH] Make the app usable over the lockscreen Leave the preferences activity as requiring unlock, FWIW --- mobile/src/main/AndroidManifest.xml | 12 +++++++++--- .../ctfwstimer/service/MainServiceNotification.java | 3 ++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/mobile/src/main/AndroidManifest.xml b/mobile/src/main/AndroidManifest.xml index b2e9efc..44ca6ef 100644 --- a/mobile/src/main/AndroidManifest.xml +++ b/mobile/src/main/AndroidManifest.xml @@ -25,7 +25,9 @@ tools:ignore="UnusedAttribute"> + android:exported="true" + android:showWhenLocked="true" + android:showForAllUsers="true"> @@ -38,14 +40,18 @@ - + + android:label="@string/app_name_hand" + android:showWhenLocked="true" + android:showForAllUsers="true">