File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 9
9
<!-- android.permission-group.MESSAGES -->
10
10
<uses-permission android : name =" android.permission.READ_SMS" />
11
11
<uses-permission android : name =" android.permission.WRITE_SMS" />
12
+ <uses-permission android : name =" android.permission.SEND_SMS" />
13
+
12
14
13
15
<!-- Allows the app to receive and process SMS messages. This means the app could monitor or delete
14
16
messages sent to your device without showing them to you. -->
15
17
<!-- android.permission-group.MESSAGES -->
16
18
<uses-permission android : name =" android.permission.RECEIVE_SMS" />
19
+ <uses-permission android : name =" android.permission.RECEIVE_MMS" />
17
20
18
21
<!-- android.permission-group.SOCIAL_INFO -->
19
22
<!-- introduced in API level 16 (Jelly Bean), previously part of READ_CONTACTS -->
You can’t perform that action at this time.
0 commit comments