forked from organicmaps/organicmaps
[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:
parent
0d93115fad
commit
741a57211b
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue