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

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -