1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

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 55a363dd19
commit 0eca87df51
2 changed files with 4 additions and 0 deletions

View File

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