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

Method getUriScheme

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

获取 Uri Scheme @param uriString uri 路径 @return Uri Scheme

(final String uriString)

Source from the content-addressed store, hash-verified

211 * @return Uri Scheme
212 */
213 public static String getUriScheme(final String uriString) {
214 return getUriScheme(getUriForString(uriString));
215 }
216
217 /**
218 * 获取 Uri Scheme

Callers 3

isUriMethod · 0.95
isUriSchemeMethod · 0.95
getUriSchemeMethod · 0.95

Calls 1

getUriForStringMethod · 0.95

Tested by

no test coverage detected