简体   繁体   中英

How can I give System password locking pattern to my Android app?

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?

你可以通过这个类来做到这一点: https//developer.android.com/reference/android/app/KeyguardManager.html#createConfirmDeviceCredentialIntent(java.lang.CharSequence,%20java.lang.CharSequence)之前没有完全理解它使用您的应用程序或访问您的应用程序的某些部分可以使用此类通过手机锁屏进行身份验证

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM