Skip to content

Commit b52e564

Browse files
coderFrankenstainkurahaupo
authored andcommitted
Modify uses-permission to solve duplication of SMS
Modify uses-permission to solve duplication of SMS
1 parent 9365e8b commit b52e564

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/main/AndroidManifest.xml

+3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@
99
<!-- android.permission-group.MESSAGES -->
1010
<uses-permission android:name="android.permission.READ_SMS"/>
1111
<uses-permission android:name="android.permission.WRITE_SMS"/>
12+
<uses-permission android:name="android.permission.SEND_SMS" />
13+
1214

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

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

0 commit comments

Comments
 (0)