openwallet-foundation / bifold-wallet

Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.
Apache License 2.0
152 stars 149 forks source link

[Android] Typo in permission name? #999

Open laygir opened 1 year ago

laygir commented 1 year ago

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

Pushkarmondal commented 9 months ago

Can I work on this?