-1

Hi i would like to know if anyone knows a tutorial on ow to set an image as and wallpaper with the click of an Button

I tried using wallpaper manager, it worked but when i add my code to save the image to sdcard/internal it give me and error. Does anyone know any other way? Thanks All help appreciated

Moussa
  • 851
  • 3
  • 10
  • 19
  • This question needs a lot more information for anyone to help you. "it gives me an error" what error does it give you? When does the error occur (in what line of code)? – Kevin Coppock May 29 '12 at 15:07

1 Answers1

0

Did you add the permission for the SDCARD ?

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

Guillaume
  • 8,741
  • 11
  • 49
  • 62