openwallet-foundation/bifold-wallet

[Android] Typo in permission name?

laygir opened this issue · 1 comments

laygir commented

Not really sure if this is a problem as it appears to be working fine on Android but according to Android docs, the permission should be USE_BIOMETRIC instead of USE_BIOMETRICS

https://developer.android.com/reference/android/Manifest.permission#USE_BIOMETRIC

https://github.com/hyperledger/aries-mobile-agent-react-native/blob/2f80d8f8efd43457560a44fcd4a3837c1ef8de6c/packages/legacy/app/android/app/src/main/AndroidManifest.xml#L4

Can I work on this?