Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getPackageName
Method · 0.95
getPackageManager
Method · 0.95
eTag
Method · 0.95
isEmpty
Method · 0.45
getPackageInfo
Method · 0.45
toString
Method · 0.45
Tested by
no test coverage detected