android 中将String 类型的路径转化成Uriandroid 中将String 类型的路径转化成Uri:
Uri userPickedUri = Uri.fromFile(new File(filePath));