动态壁纸也可以是一个应用程序吗? (为应用程序提供单独的活动)
我有一个动态壁纸,我还想将其作为活动提供,可以作为普通的电话应用程序进行访问。
这能实现吗?
提前致谢, 标记
I have a Live Wallpaper which I would like to also make available as an Activity which can be accessed as a normal Phone App.
Can this be achieved?
Thanks in advance,
Mark
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当然可以,您只需要在应用程序节点下的 Android 清单中通过适当的意图过滤器设置想要公开的活动。
You certainly can you just need to setup the activities you want to expose through proper intent filters in your Android manifest under the application node..
附加一个活动即可
只需在清单中 。你想要多少就可以有多少。
Just append an acitivity with
in the manifest. You can have as many as you want.