为了在没有错误的情况下设置背景,我不得不使用别人的代码,而我不知道它是做什么的。有人能解释一下吗?
WallpaperManager myWallpaperManager =
WallpaperManager.getInstance(getApplicationContext());发布于 2013-05-06 04:24:32
它将为您提供WallpaperManager的实例。
有关WallpaperManager的信息,请参阅this
发布于 2013-05-06 04:25:15
阅读documentation
检索与给定上下文关联的WallpaperManager。
https://stackoverflow.com/questions/16388728
复制相似问题