From: Nathaniel Wesley Filardo Date: Mon, 28 Feb 2022 20:29:08 +0000 (+0000) Subject: Make the app usable over the lockscreen X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=08dcc143d8ac980de3166710a97bef68f7315f16;p=acmetensortoys-ctfws-android Make the app usable over the lockscreen Leave the preferences activity as requiring unlock, FWIW --- 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">