When users device has some locking pattern on android or password, can my application make use of it? Does android allow my application to have system locking enabled ? Which APIs of Android do that purpose?
Asked
Active
Viewed 99 times
1
-
I've removed the last sentence of your question because asking for libraries is off topic for Stackoverflow – OneCricketeer Apr 27 '17 at 13:45
-
like this changes anything in this case – Marcin Orlowski Apr 27 '17 at 13:46
1 Answers
0
You can do that by this class: https://developer.android.com/reference/android/app/KeyguardManager.html#createConfirmDeviceCredentialIntent(java.lang.CharSequence,%20java.lang.CharSequence) Did not understand it exactly but before using your application or accessing certain part of your application can be authenticated with phone lock screen, using this class

Calvin
- 617
- 1
- 12
- 34