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

Method getAppIcon

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

获取 APP 图标 @return Drawable

()

Source from the content-addressed store, hash-verified

804 * @return {@link Drawable}
805 */
806 public static Drawable getAppIcon() {
807 return getAppIcon(getPackageName());
808 }
809
810 /**
811 * 获取 APP 图标

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected