Add POST_NOTIFICATIONS permission to the list of permissions available in the Export dialog
(cherry picked from commit 739190ca2b
)
This commit is contained in:
parent
a9988c5501
commit
cd9f18dbf0
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ static const char *android_perms[] = {
|
||||||
"MOUNT_UNMOUNT_FILESYSTEMS",
|
"MOUNT_UNMOUNT_FILESYSTEMS",
|
||||||
"NFC",
|
"NFC",
|
||||||
"PERSISTENT_ACTIVITY",
|
"PERSISTENT_ACTIVITY",
|
||||||
|
"POST_NOTIFICATIONS",
|
||||||
"PROCESS_OUTGOING_CALLS",
|
"PROCESS_OUTGOING_CALLS",
|
||||||
"READ_CALENDAR",
|
"READ_CALENDAR",
|
||||||
"READ_CALL_LOG",
|
"READ_CALL_LOG",
|
||||||
|
|
Loading…
Reference in a new issue