react-native-touch-id-android
Version:
touchID for React Native (Android)
13 lines (10 loc) • 444 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.ajalt.reprint.module.spass"
android:versionCode="25"
android:versionName="3.1.0" >
<uses-sdk
android:minSdkVersion="10"
android:targetSdkVersion="25" />
<uses-permission android:name="com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY" />
</manifest>