| http://www.w3.org/ns/prov#value | - The complementary method reenableKeyguard allows the screen to be locked again and in fact shows the lock screen if it was already showing when disableKeyguard was called.Here is a sample that shows a dialog after disabling the lock screen, and reenable it when the dialog is closed:Code: Select allKeyguardManager km = (KeyguardManager) getSystemService(KEYGUARD_SERVICE);final KeyguardManager.Keygu
|