android文件系统

1. uri和string的相互转换

String uriStr = uri.toString();
Uri uri = Uri.parse(uriStr);

你可能感兴趣的:(android文件系统)