From 741a57211b7965221191f6df85c04b8442ac6504 Mon Sep 17 00:00:00 2001 From: Roman Tsisyk Date: Sun, 19 Feb 2023 11:40:45 +0200 Subject: [PATCH] [android] Add missing POST_NOTIFICATIONS permission This permission is needed for the background location service, which is not fully implemented yet. However, permission is dynamic and we will lose nothing by adding it to the manifest. Closes #4501 Signed-off-by: Roman Tsisyk --- android/AndroidManifest.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 1463b1d67d..d18ded385a 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -38,6 +38,12 @@ //--> + + +