android Uri 系统文件类型说明
选择打开文件后,现在一般返回 Uri
contentResolver.getType(selUrl) 结果如下:
| 后缀 | 类型 |
|---|---|
| .txt | text/plain |
| .mp4 | video/mp4 |
| .jpeg | image/jpeg |
| .mp3 | audio/mpeg |
| .yml/.hprof | application/octet-stream |
| .apk | application/vnd.android.package-archive |
| .json | application/json |
| .doc | application/pdf |
Uri.toString与Uri.parse可以互转
浙公网安备 33010602011771号