mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2024-12-23 05:41:35 +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"?>
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.simplemobiletools.calculator">
|
||||
|
||||
<uses-permission
|
||||
android:name="android.permission.USE_FINGERPRINT"
|
||||
tools:node="remove"/>
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
|
Loading…
Reference in New Issue
Block a user