Skip to content

Commit

Permalink
chore: add biometric and fingerprint permissions for android
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Dec 30, 2024
1 parent 7222f86 commit 796ba6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@
"backgroundImage": "./assets/adaptive-icon-bg.png",
"monochromeImage": "./assets/monochromatic.png"
},
"permissions": ["android.permission.CAMERA"],
"permissions": [
"android.permission.CAMERA",
"android.permission.USE_BIOMETRIC",
"android.permission.USE_FINGERPRINT"
],
"userInterfaceStyle": "automatic"
},
"extra": {
Expand Down

0 comments on commit 796ba6e

Please sign in to comment.