标签:ring class oid 问题 res alt systems enter mis
Android 开发手机壁纸3种方法
首先使用WallpaperManager wpm = (WallpaperManager) getActivity().getSystemService(Context.WALLPAPER_SERVICE);获得WallpaperManager,然后进行设置:
1、使用WallpaperManager的setResource(int ResourceID)方法
2、使用WallpaperManager的setBitmap(Bitmap bitmap)方法
3、重写ContextWrapper 类中提供的setWallpaper()
权限:
<uses-permission android:name="android.permission.SET_WALLPAPER"/>标签:ring class oid 问题 res alt systems enter mis
原文地址:http://www.cnblogs.com/wookong/p/7436507.html