I was trying to make an app which also had the facility to let user select wallpaper he would like to set. I have managed this by calling the Gallery Intent. Once the user selec
You should decode with inSampleSize option to reduce memory consumption.
Another option inJustDecodeBounds can help you to find correct inSampleSize value