guyromb / cordova-open-native-settings

Plugin to open native screens of iOS/android settings (maintained, end-2020)
http://gsrweb.net
MIT License
113 stars 107 forks source link

Android - Open the biometric configuration screen. #57

Open abhijitsinghbsb opened 3 years ago

abhijitsinghbsb commented 3 years ago

iOS version of the plugin supports launching the Touch Id settings using "touch" flag. Need a similar option in Android to launch such settings.

minduch commented 2 years ago

The setting "biometric" doesn't work on Android 13 for me. Otherwise it should probably open the Android settings much like iOS touch.

window.cordova.plugins.settings.open('biometric',function(){console.log('Opened');},function(){console.log('Failed');})

Logs to console Openedbut nothing happens. Sometimes Android warns that the app is causing instabilities.