获取 FileProvider File Path Uri @param filePath 文件路径 @return 指定文件 Uri
(final String filePath)
| 500 | * @return 指定文件 {@link Uri} |
| 501 | */ |
| 502 | public static Uri getUriForPath(final String filePath) { |
| 503 | return UriUtils.getUriForFile(FileUtils.getFileByPath(filePath), getAuthority()); |
| 504 | } |
| 505 | |
| 506 | /** |
| 507 | * detail: FileProvider |
nothing calls this directly
no test coverage detected