I would like to set a certain Drawable
as the device's wallpaper, but all wallpaper functions accept Bitmap
s only.
(我想将某个Drawable
设置为设备的墙纸,但是所有墙纸功能仅接受Bitmap
。)
I cannot use WallpaperManager
because I'm pre 2.1. (我的2.1版之前无法使用WallpaperManager
。)
Also, my drawables are downloaded from the web and do not reside in R.drawable
.
(另外,我的可绘制对象是从Web下载的,并不位于R.drawable
。)
ask by Rob translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…