Hi all, I've asked this before but never got a useful answer. I'm setting wallpaper as follows:
InputStream stream = resources.openRawResource(myResource); getApplicationContext().setWallpaper(stream); It works, but the image doesn't fit the screen. Is there a way to force the image to fit the screen, or is this down to differences in device types? Are wallpapers specific to each advice depending upon the resolution and screen dimensions? Am I wasting my time trying to make a single image available for the wallpaper? -- 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

