1

is there any alternativ to createConfirmDeviceCredentialIntent, to invoke the default screen-lock View?


    KeyguardManager kgm = (KeyguardManager) getSystemService(this.KEYGUARD_SERVICE);
    Intent intent = kgm.createConfirmDeviceCredentialIntent("title", "description");
    if(intent != null) {
        startActivityForResult(intent, RESULT);
    }

I have to use minSDK version 19.

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
cojack
  • 59
  • 1
  • 4

0 Answers0