react-native-touch-id-android
Version:
touchID for React Native (Android)
12 lines (8 loc) • 505 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="co.eleken.react_native_touch_id_android">
<!-- Marshmallow fingerprint permission-->
<uses-permission android:name="android.permission.USE_FINGERPRINT"/>
<!-- Samsung fingerprint permission, only required if you include the Spass module -->
<uses-permission android:name="com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY"/>
</manifest>