From cd9f18dbf046c140795db4d1fd74e075b8bbb06e Mon Sep 17 00:00:00 2001 From: melquiadess <31paths@gmail.com> Date: Mon, 8 Apr 2024 09:09:25 +0100 Subject: [PATCH] Add POST_NOTIFICATIONS permission to the list of permissions available in the Export dialog (cherry picked from commit 739190ca2b7f1b67a78eff33154a4bfd1964f5c4) --- platform/android/export/export_plugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/android/export/export_plugin.cpp b/platform/android/export/export_plugin.cpp index cd9c4b64fb5..6999f413ffb 100644 --- a/platform/android/export/export_plugin.cpp +++ b/platform/android/export/export_plugin.cpp @@ -112,6 +112,7 @@ static const char *android_perms[] = { "MOUNT_UNMOUNT_FILESYSTEMS", "NFC", "PERSISTENT_ACTIVITY", + "POST_NOTIFICATIONS", "PROCESS_OUTGOING_CALLS", "READ_CALENDAR", "READ_CALL_LOG",