mirror of
https://github.com/SimpleMobileTools/Simple-App-Launcher.git
synced 2025-04-15 10:27:28 +02:00
explicitly remove the fingerprint permission
This commit is contained in:
parent
e735abb733
commit
0c9d1f47ea
@ -1,6 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest package="com.simplemobiletools.applauncher"
|
<manifest
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
package="com.simplemobiletools.applauncher">
|
||||||
|
|
||||||
|
<uses-permission
|
||||||
|
android:name="android.permission.USE_FINGERPRINT"
|
||||||
|
tools:node="remove"/>
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user