Hi,
I made a wallpaper app and right now it does this:
> case R.id.bSetWallpaper:
>
> Bitmap whatever =
> BitmapFactory.decodeStream(getResources().openRawResource(toPhone));
> try{
> getApplicationContext().setWallpaper(whatever);
>
> }catch(IOException e){
> e.printStackTrace();
Instead of the Set Wallpaper button automatically setting the image as the
wallpaper, I would like it to ask "lockscreen or homescreen" and then bring
the image up in the gallery for cropping.
Can anyone help me on this please?
I am a bit of a noob and still going through tutorials so please go easy on
me.
Thanks for any help.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en