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

Method getAppName

lib/DevApp/src/main/java/dev/utils/app/AppUtils.java:834–836  ·  view source on GitHub ↗

获取 APP 应用名 @return APP 应用名

()

Source from the content-addressed store, hash-verified

832 * @return APP 应用名
833 */
834 public static String getAppName() {
835 return getAppName(getPackageName());
836 }
837
838 /**
839 * 获取 APP 应用名

Callers

nothing calls this directly

Calls 6

getPackageNameMethod · 0.95
getPackageManagerMethod · 0.95
eTagMethod · 0.95
isEmptyMethod · 0.45
getPackageInfoMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected