Android 动态壁纸需要哪些权限以及如何使我自己的动态壁纸应用程序在安装时需要这些权限?
所有动态壁纸都需要哪些权限(如果有)?我说的是每次下载应用程序时都会弹出的权限列表。目前我自己的动态壁纸不需要任何权限。请给出例子或链接,谢谢。
顺便说一句,我的壁纸所做的就是在后台运行 opengl-es,并且还有一个设置屏幕,这就是它所使用的全部内容。没有网络或类似的东西。
Which permissions if any do all live wallpapers require? I'm talking about the list of permissions that pops up every time you download an app. Currently my own live wallpaper requires no permissions. Please give examples or links, thanks.
BTW, all my wallpaper does is run opengl-es in the background and also has a settings screen and that's about all it uses. No network or anything like that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
http://developer.android.com/resources/articles/live-壁纸.html
try this:
http://developer.android.com/resources/articles/live-wallpapers.html