摘要:
这个方法是从网上找到的,感谢网友的无私奉献! 1 public static String getFilePathFromUri(Context context, Uri uri, 2 String[] projection, String selection, String[] selectionArgs, 3 String sortOrder) { 4 Cursor cursor = context.getContentResolver().query(uri, projection, 5 ...
阅读全文