Android: ACTION_SET_WALLPAPER without cropping image? -
select wallpaper code below
intent pickwallpaper = new intent(intent.action_set_wallpaper); startactivity(intent.createchooser(pickwallpaper,"select wallpaper")); but wallpaper cropped picture

i need set wallpaper fit screen size without cropping/reserve page
how make wallpaper picker select 1 page wallpaper only?
Comments
Post a Comment