WallService onCommands 列表?

发布于 2024-11-17 13:54:55 字数 58 浏览 4 评论 0原文

WallpaperService onCommand 可以接收的操作列表是什么?在文档中找不到它...

What's the list of actions that the WallpaperService onCommand can receive? Couldn't find it in the docs...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

征棹 2024-11-24 13:54:55

唯一的标准是由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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文