|
@@ -65,7 +65,8 @@
|
|
|
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
|
|
|
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
|
|
|
|
|
- <!-- Apps that target Android 9 (API level 28) or higher and use foreground services must request the FOREGROUND_SERVICE permission -->
|
|
|
+ <!-- Apps that target Android 9 (API level 28) or higher and use foreground services
|
|
|
+ must request the FOREGROUND_SERVICE permission -->
|
|
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
|
|
|
|
|
|