开发者

How to set wallpaper in Android

I am using Android SDK 1.6. Could someone tell me how to set an image as the wallpaper in the homescreen.

getApplicationContext().setWallpaper(); 

开发者_如何转开发seems to be not working for me.


You have to add the SET_WALLPAPER permission to your AndroidManifest.xml

<manifest xlmns:android...>
 ...
 <uses-permission android:name="android.permission.SET_WALLPAPER" />
</manifest>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜