From 6d05e222593d2aeec8c803bd8b6d09626deedfb8 Mon Sep 17 00:00:00 2001 From: avi Date: Fri, 7 Aug 2026 13:16:40 -0500 Subject: [PATCH] fix: remove invalid protectionLevel on RECEIVE_SMS uses-permission protectionLevel only applies to app-defined elements. On a it misclassifies RECEIVE_SMS so the system never offers the runtime grant dialog. --- app/src/main/AndroidManifest.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2a21e67..547e5f1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -7,9 +7,7 @@ - +