Skip to content

Commit

Permalink
Modify uses-permission to solve duplication of SMS
Browse files Browse the repository at this point in the history
Modify uses-permission to solve duplication of SMS
  • Loading branch information
coderFrankenstain authored and kurahaupo committed Sep 6, 2022
1 parent 2a6fad7 commit 54c68e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
<!-- android.permission-group.MESSAGES -->
<uses-permission android:name="android.permission.READ_SMS"/>
<uses-permission android:name="android.permission.WRITE_SMS"/>
<uses-permission android:name="android.permission.SEND_SMS" />


<!-- Allows the app to receive and process SMS messages. This means the app could monitor or delete
messages sent to your device without showing them to you. -->
<!-- android.permission-group.MESSAGES -->
<uses-permission android:name="android.permission.RECEIVE_SMS"/>
<uses-permission android:name="android.permission.RECEIVE_MMS" />

<!-- android.permission-group.SOCIAL_INFO -->
<!-- introduced in API level 16 (Jelly Bean), previously part of READ_CONTACTS -->
Expand Down

0 comments on commit 54c68e7

Please sign in to comment.