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

Popular posts from this blog

c# - Farseer ContactListener is not working -

Automatically create pages in phpfox -

database - one php page with different contents and urls -