MCPcopy Create free account
hub / github.com/afkT/DevUtils / ofUri

Method ofUri

lib/DevApp/src/main/java/dev/utils/app/UriUtils.java:158–160  ·  view source on GitHub ↗

通过 String 获取 Uri @param uriString uri 路径 @return Uri

(final String uriString)

Source from the content-addressed store, hash-verified

156 * @return {@link Uri}
157 */
158 public static Uri ofUri(final String uriString) {
159 return ofUri(uriString, false);
160 }
161
162 /**
163 * 通过 String 获取 Uri

Callers 1

createMediaDataMethod · 0.80

Calls 4

getUriForStringMethod · 0.95
isUriMethod · 0.95
fromFileMethod · 0.95
getUriForPathMethod · 0.95

Tested by

no test coverage detected