Android: Overlay TextView on LockScreen

前端 未结 2 1661
天涯浪人
天涯浪人 2021-02-07 23:04

Im trying to overlay a TextView on top of the LockScreen (Similar to how Android Overlays the time).

Note: I dont want to by-pass the lockscreen, but just draw

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-07 23:38

    Starting with Android Lollipop (5.0), support for lockscreen widgets has been removed (see the very bottom). Instead, you should be using Notifications, which can now appear on the lockscreen.

提交回复
热议问题