Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有自己的音乐播放器,我想与锁定屏幕上的默认播放器小部件进行交互。所以我的问题是如何让这个小部件显示在锁定屏幕上,就像谷歌播放器正在做的那样,以及应该使用什么广播消息将其从锁定屏幕中删除?
我有自己的音乐播放器,我想与锁定屏幕上的默认播放器小部件进行交互。
在 Android 4.0 和 4.1 上,如果您的应用是媒体播放器,您可以注册一个RemoteControlClient以与出现在锁屏上的音乐控件进行交互。
RemoteControlClient
在 Android 4.2 上,您需要编写自己的锁屏应用小部件 AFAIK。