Add POST_NOTIFICATIONS permission to the list of permissions available in the Export dialog

(cherry picked from commit 739190ca2b)
This commit is contained in:
melquiadess 2024-04-08 09:09:25 +01:00 committed by Rémi Verschelde
parent eb281cc342
commit f0c8d2c536
No known key found for this signature in database
GPG Key ID: C3336907360768E1
2 changed files with 4 additions and 0 deletions

View File

@ -361,6 +361,9 @@
Allow an application to make its activities persistent.
Deprecated in API level 15.
</member>
<member name="permissions/post_notifications" type="bool" setter="" getter="">
Allow an application to post notifications. Added in API level 33. See [url=https://developer.android.com/develop/ui/views/notifications/notification-permission]Notification runtime permission[/url].
</member>
<member name="permissions/process_outgoing_calls" type="bool" setter="" getter="">
Allows an application to see the number being dialed during an outgoing call with the option to redirect the call to a different number or abort the call altogether. See [url=https://developer.android.com/reference/android/Manifest.permission#PROCESS_OUTGOING_CALLS]PROCESS_OUTGOING_CALLS[/url].
Deprecated in API level 29.

View File

@ -138,6 +138,7 @@ static const char *android_perms[] = {
"MOUNT_UNMOUNT_FILESYSTEMS",
"NFC",
"PERSISTENT_ACTIVITY",
"POST_NOTIFICATIONS",
"PROCESS_OUTGOING_CALLS",
"READ_CALENDAR",
"READ_CALL_LOG",