[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 <roman@tsisyk.com>
This commit is contained in:
Roman Tsisyk 2023-02-19 11:40:45 +02:00
parent 0d93115fad
commit 741a57211b

View file

@ -38,6 +38,12 @@
//-->
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<!--
Android 13 (API level 33) and higher supports a runtime permission for sending non-exempt (including Foreground
Services (FGS)) notifications from an app.
//-->
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<queries>
<intent>