add the biometric permission

This commit is contained in:
tibbi 2021-08-24 19:25:15 +02:00
parent 63f9af4c60
commit a66c723a38
2 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:79c625cbe0'
implementation 'com.github.SimpleMobileTools:Simple-Commons:dc3f4b619e'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'androidx.documentfile:documentfile:1.0.1'

View File

@ -11,6 +11,8 @@
android:name="android.hardware.faketouch"
android:required="false" />
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
<application
android:name=".App"
android:allowBackup="true"