From 24a37ccd1e2a427096b44adcd13e061d4442f7ba Mon Sep 17 00:00:00 2001 From: isra el Date: Tue, 16 Apr 2024 07:57:46 +0300 Subject: [PATCH] chore(android): add required permissions for receiving sms --- android/app/src/main/AndroidManifest.xml | 34 +++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index a84989d..9d66b3c 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -3,8 +3,17 @@ xmlns:tools="http://schemas.android.com/tools" package="com.vernu.sms"> + + + + + + + + + + + + + + + + + + + + +