I\'m trying to save an image from ImageView to devices gallery. I tried this code
Code Edit:
URL url = new URL(getIntent().getStringExtra(\"image
U can easily get a file from URL
File f = new File(url.getPath());