Android - 读取活动壁纸
我正在构建一个应用程序,可以对 Android 手机配置进行大量更改并保存当前设置。我正在尝试找到一种方法来读取当前使用的壁纸是什么;我想用没有壁纸(wallpaperManager.clear();)替换它,然后恢复以前的壁纸。
I am building an app that makes mass changes to Android phone configuration and saves the current settings. I am trying to find a way to read what is the current wallpaper in use; I'd like to replace it with no wallpaper ( wallpaperManager.clear(); ) and then restore the previous wallpaper.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将看到 WallpaperManager.getWallpaperInfo()
you'll be looking at WallpaperManager.getWallpaperInfo()