mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2024-12-23 13:48:53 +01:00
explicitly remove the Fingerprint permission
This commit is contained in:
parent
a00eb5e03e
commit
373ddde2b3
@ -1,8 +1,13 @@
|
|||||||
<?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.calculator">
|
package="com.simplemobiletools.calculator">
|
||||||
|
|
||||||
|
<uses-permission
|
||||||
|
android:name="android.permission.USE_FINGERPRINT"
|
||||||
|
tools:node="remove"/>
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
|
Loading…
Reference in New Issue
Block a user