Add permission to use biometric auth on Android devices
This commit is contained in:
parent
f6df133e73
commit
640fad7b3c
1 changed files with 5 additions and 0 deletions
|
@ -52,4 +52,9 @@
|
|||
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
|
||||
android:maxSdkVersion="29"
|
||||
tools:ignore="ScopedStorage"/>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.app">
|
||||
<uses-permission android:name="android.permission.USE_BIOMETRIC"/>
|
||||
<manifest>
|
||||
|
||||
</manifest>
|
Loading…
Add table
Reference in a new issue