explicitly remove the fingerprint permission

This commit is contained in:
tibbi 2017-11-06 17:41:55 +01:00
parent 745fc0cd92
commit 156009d44e
1 changed files with 5 additions and 0 deletions

View File

@ -1,11 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.simplemobiletools.flashlight">
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.FLASHLIGHT"/>
<uses-permission
android:name="android.permission.USE_FINGERPRINT"
tools:node="remove"/>
<uses-feature
android:name="android.hardware.camera.flash"
android:required="true"/>