explicitly remove the fingerprint permission
This commit is contained in:
parent
745fc0cd92
commit
156009d44e
|
@ -1,11 +1,16 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest
|
<manifest
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.simplemobiletools.flashlight">
|
package="com.simplemobiletools.flashlight">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.CAMERA"/>
|
<uses-permission android:name="android.permission.CAMERA"/>
|
||||||
<uses-permission android:name="android.permission.FLASHLIGHT"/>
|
<uses-permission android:name="android.permission.FLASHLIGHT"/>
|
||||||
|
|
||||||
|
<uses-permission
|
||||||
|
android:name="android.permission.USE_FINGERPRINT"
|
||||||
|
tools:node="remove"/>
|
||||||
|
|
||||||
<uses-feature
|
<uses-feature
|
||||||
android:name="android.hardware.camera.flash"
|
android:name="android.hardware.camera.flash"
|
||||||
android:required="true"/>
|
android:required="true"/>
|
||||||
|
|
Loading…
Reference in New Issue