My app shows an image inside an Image View. I want users to select set picture as option from withing the app itself.
Like this
How can I add "set as" popup menu so that users can directly set the image as wallpaper? Image is already stored in Drawable folder.
You can use following code for "set picture as". Here I am taking the screenshot of the current activity. Then I am storing that activity as bitmap. After that I am providing that activity to intent for "Set As Option"
On button Click :
Implement a new class ImageProcessing
}
In menifest add :