shiguang1120

Results 2 comments of 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...