How do disable lockscreen in android?

前端 未结 1 698
南笙
南笙 2020-12-19 12:43

I have my app registered as device administrator, with the appropriate lock screen permissions. I can access the method to lock the device, but cannot disable lockscreen.

1条回答
  •  不知归路
    2020-12-19 13:20

    Is there an API method available that will disable lock? NO

    this is not supported, for security reasons.

    all of that stuff was deprecated

    Disable/Delay Android Lock Screen Programmatically

    Android: remove or disable programmatically the Lock Screen on Samsung Galaxy S2 device

    0 讨论(0)
提交回复
热议问题