如何以编程方式设置壁纸?
我想设置手机开机壁纸。 我怎样才能做到这一点?
I want to set the wallpaper on phone boot.
How can I do that ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我想设置手机开机壁纸。 我怎样才能做到这一点?
I want to set the wallpaper on phone boot.
How can I do that ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
在您的清单中添加此权限:
稍后在您的代码中:
In your manifest add this permission:
Later in your code:
您可以使用此方法来设置壁纸。
记得将壁纸图像放在 res/raw 目录中。(如果尚未制作,您可以手动添加)
,当然在清单中设置权限:
这会将壁纸设置到您的手机上并保留重新启动后。
You can use this method to set the wallpaper.
Remember to put the wallpaper image in the res/raw directory.(You can add this manually if it hasn't been made yet)
and ofcourse set the permission in the manifest with this:
This will set the wallpaper to your phone and will stay after a reboot.
使用
android
的scheduler
主要是crontab
从某个位置选择壁纸
编写一个脚本,根据日期变化等条件
将该脚本安排到
scheduler
在特定时间,因此它将在一天中的那个时间运行并完成您的工作
use
scheduler
ofandroid
mostlycrontab
write a script to pick wallpaper from a location
on a condition like change in date
schedule this script into the
scheduler
at a particular timeso it will run at that time of day and will do your job