mibrito707 / cordova-plugin-secure-storage-echo

Secure storage plugin for Apache Cordova
MIT License
73 stars 73 forks source link

secureDevice() Missing Dialog "your device needs to have secure lock screen" #43

Open danielzen opened 4 years ago

danielzen commented 4 years ago

Updating from Crypho version and finding that secureDevice() on Android no longer brings up "Attention" dialog that directs user action. Was this purposely removed?

Most importantly, previously upon clicking "Set Lock" in that dialog, brought one to "Choose screen lock" in Android settings, which is preferred. Now secureDevice() brings one directly to "Security & Location" in Android settings. This seems less desirable.

danielzen commented 4 years ago

This might be what @rajasekar-ideas2it is doing in #21 ...

rajasekar-ideas2it commented 4 years ago

Yes @danielzen that is covered in the mentioned PR.

gamadoleo commented 3 years ago

Any news? to know via ionic if the screen lock is enabled? since it is a requirement to use secure storage?