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

@ -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"