mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 14:43:43 +00:00
[android] Remove FOREGROUND_SERVICE_SPECIAL_USE from AndroidManifest.xml
Its no longer used after https://github.com/organicmaps/organicmaps/pull/10053 But the declaration was left (by mistake?). Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -38,7 +38,6 @@
|
|||||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
||||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_LOCATION"/>
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_LOCATION"/>
|
||||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC"/>
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC"/>
|
||||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE"/>
|
|
||||||
<!--
|
<!--
|
||||||
Android 13 (API level 33) and higher supports a runtime permission for sending non-exempt (including Foreground
|
Android 13 (API level 33) and higher supports a runtime permission for sending non-exempt (including Foreground
|
||||||
Services (FGS)) notifications from an app.
|
Services (FGS)) notifications from an app.
|
||||||
|
|||||||
Reference in New Issue
Block a user