removing the USE_BIOMETRIC permission by default, add only if needed

This commit is contained in:
tibbi 2021-08-24 19:18:17 +02:00
parent a1a741c881
commit dc3f4b619e

View file

@ -1,5 +1,6 @@
<?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.commons">
<queries>
@ -15,6 +16,10 @@
android:name="android.hardware.screen.portrait"
android:required="false" />
<uses-permission
android:name="android.permission.USE_BIOMETRIC"
tools:node="remove" />
<application>
<receiver
android:name=".receivers.SharedThemeReceiver"