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

Method getContext

lib/DevApp/src/main/java/dev/DevUtils.java:149–151  ·  view source on GitHub ↗

获取全局 Context @return Context

()

Source from the content-addressed store, hash-verified

147 * @return {@link Context}
148 */
149 public static Context getContext() {
150 return DevUtils.sContext;
151 }
152
153 /**
154 * 获取 Context ( 判断 null, 视情况返回全局 Context )

Callers 15

getAuthorityMethod · 0.95
getVideoDurationMethod · 0.95
getVideoSizeMethod · 0.95
getSystemServiceMethod · 0.95
getWallpaperManagerMethod · 0.95
getPackageManagerMethod · 0.95
getApplicationInfoMethod · 0.95
getPackageInfoMethod · 0.95
getSharedPreferencesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected