From fb9ff8e632f5596856cf10eee41ccc798b78bc23 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 62b4e1089d5..39223934c1f 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",