How do android “app lock” applications work?

后端 未结 2 431
温柔的废话
温柔的废话 2020-12-05 07:09

I\'ve tried googling, and looking on stackoverflow as well, but I can\'t seem to find any satisfying answer as to how the \"App lock\" applications(eg: ZDBox, App Lock, etc.

2条回答
  •  庸人自扰
    2020-12-05 07:46

    there is a service running in the background to read the activity stack. if find new activity, will start the passwordActivity

提交回复
热议问题