1

can anyone tell me how to disable android lock screen? I've tried this :

KeyguardManager keyguardManager = (KeyguardManager)getSystemService(Activity.KEYGUARD_SERVICE);
KeyguardLock lock = keyguardManager.newKeyguardLock(KEYGUARD_SERVICE);

but doesn't work.

any other solution ? thank you

donfuxx
  • 11,277
  • 6
  • 44
  • 76

0 Answers0