From 25cefc589051b22b4492cafc94fec54aa003096b Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 6 Nov 2022 21:06:04 +0100 Subject: [PATCH] Allow to type password on boot The "android.permission.RECEIVE_BOOT_COMPLETED" permission doesn't seem useful on Android 12 but is added just in case. --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2489589..3725d61 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,7 +2,7 @@ - + @@ -15,4 +15,5 @@ +