Open laygir opened 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
USE_BIOMETRIC
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?
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 ofUSE_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