shiguang1120
shiguang1120
http://blog.csdn.net/jojo2014jojo/article/details/55059390 ``` Uri uri; // the URI you've received from the other app InputStream in; try { in = getContentResolver().openInputStream(uri); ExifInterface exifInterface = new ExifInterface(in); // Now you can extract...
http://blog.csdn.net/jojo2014jojo/article/details/55059390 ``` Uri uri; // the URI you've received from the other app InputStream in; try { in = getContentResolver().openInputStream(uri); ExifInterface exifInterface = new ExifInterface(in); // Now you can extract...