Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. String image = //path to your image.
  2. ExifInterface exif = new ExifInterface(image);
  3. String MyID = exif.getAttribute("MyID");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement