explicitly remove the fingerprint permission

This commit is contained in:
tibbi 2017-11-06 17:54:37 +01:00
parent e735abb733
commit 0c9d1f47ea

View File

@ -1,6 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.simplemobiletools.applauncher"
xmlns:android="http://schemas.android.com/apk/res/android">
<manifest
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
android:allowBackup="true"