Skip to content

Commit 3a6ff38

Browse files
committed
added permissions in AndroidManifest
1 parent dd4a2a2 commit 3a6ff38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

example/android/app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
package="com.example">
33

44
<uses-permission android:name="android.permission.INTERNET" />
5-
5+
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
6+
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
7+
68
<application
79
android:name=".MainApplication"
810
android:label="@string/app_name"

0 commit comments

Comments
 (0)