explicitly remove the fingerprint permission

This commit is contained in:
tibbi 2017-11-06 17:51:14 +01:00
parent 3679b17e32
commit 7ec7bc70e4
1 changed files with 5 additions and 0 deletions

View File

@ -1,7 +1,12 @@
<?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.thankyou">
<uses-permission
android:name="android.permission.USE_FINGERPRINT"
tools:node="remove"/>
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"