[android-developers] Re: help me pliiiiiz

2009-10-27 Thread Charlie Collins

Context has a setWallpaper method:
http://developer.android.com/reference/android/content/Context.html#setWallpaper%28java.io.InputStream%29.

An example of it in use (look for SetWallpaperTask):
http://code.google.com/p/apps-for-android/source/browse/trunk/Photostream/src/com/google/android/photostream/ViewPhotoActivity.java


On Oct 27, 5:08 am, iori baallal.abderra...@gmail.com wrote:
 hello every body,im trying to change the system wallpaper,i have tried
 a lot of solution but without any result;
 please i want have a simple code to do it

 thanks a lot
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: help me pliiiiiz

2009-10-27 Thread Charlie Collins

Sorry, also just noticed that for API level 5 and above there is newer
WallpaperManager.
http://developer.android.com/reference/android/app/WallpaperManager.html

On Oct 27, 5:08 am, iori baallal.abderra...@gmail.com wrote:
 hello every body,im trying to change the system wallpaper,i have tried
 a lot of solution but without any result;
 please i want have a simple code to do it

 thanks a lot
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---