WallService onCommands 列表?
WallpaperService onCommand 可以接收的操作列表是什么?在文档中找不到它...
What's the list of actions that the WallpaperService onCommand can receive? Couldn't find it in the docs...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
唯一的标准是由WallpaperManager定义的:
http://developer.android.com /reference/android/app/WallpaperManager.html
(放下、点击、二次点击)。
应用程序可以自由定义自己的命令,因此对于应用程序可能报告的任何其他内容,您只需与应用程序作者交谈或查看他们生成的内容即可。
The only standard ones are those defined by WallpaperManager:
http://developer.android.com/reference/android/app/WallpaperManager.html
(drop, tap, secondary tap).
Applications are free to define their own commands, so for anything else that an app may be reporting you will just need to talk with the app author or look at what they are generating.