rohitverma
rohitverma

Reputation: 777

Using Android device credentials to access critical part of the app

How do I show lock screen if user tries to access critical part of my application. I want him to be able to access the critical part only if he can then unlock the device using the device credentials.

Upvotes: 2

Views: 333

Answers (1)

DcodeChef
DcodeChef

Reputation: 1550

You can create a password screen for your application rather then depending on secure lock of android. Because you can't manage lock screen on all versions of android.

Upvotes: 1

Related Questions