So, I'm making a gallery app that gets an image in the form of a Bitmap. I want the Android default gallery app to handle this. I used the Wallpaper intent but it again asked me to choose which image I wanted to set as Wallpaper. I wanna pass this step and use the selected Bitmap as wallpaper. How do I do this?
Any help would be appreciated. Thanks! PS: I don't want to use WallpaperManager as it does not have cropping option,etc. I want the default app to handle it for me (WILL IT BE FINE FOR ALL DEVICES? IF NO, THEN ALTERNATIVES?)
This is an Intent, that helps you to load an image from your gallery:
this should be the part of your activityOnResult. You can process the image here what you got back from your gallery. There is a bitmap at the last row, this is what the user choosed from the gallery: