适用于Android 1.5及更高版本
public void setWallpaper() { Context context = this.getbaseContext(); Bitmap mBitmap = BitmapFactory.depreResource(getResources(), mImageIds[pos]); context.setWallpaper(mBitmap);}
适用于Android 1.5及更高版本
public void setWallpaper() { Context context = this.getbaseContext(); Bitmap mBitmap = BitmapFactory.depreResource(getResources(), mImageIds[pos]); context.setWallpaper(mBitmap);}