Make an app show up as an Android lock screen?

后端 未结 1 548
夕颜
夕颜 2021-01-26 08:26

I haven\'t found a definite answer to this yet. Lots of apps let you build/install custom lock screens without root, etc. It\'s just like installing an app. I found this in the

相关标签:
1条回答
  • 2021-01-26 08:59

    You can't (at least if you follow the rules) replace the secure lock screen. You can have a lock-screen like activity that will show up when the phone is locked. Use FLAG_SHOW_WHEN_LOCKED, but notice that your activity cannot be transparent - i.e. it cannot be a dialog.

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