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

Method getUserAppList

lib/DevApp/src/main/java/dev/utils/app/ADBUtils.java:116–118  ·  view source on GitHub ↗

获取用户安装的应用列表 ( 包名 ) @return 用户安装的应用列表 ( 包名 )

()

Source from the content-addressed store, hash-verified

114 * @return 用户安装的应用列表 ( 包名 )
115 */
116 public static List<String> getUserAppList() {
117 return getAppList("-3");
118 }
119
120 /**
121 * 获取系统应用列表 ( 包名 )

Callers

nothing calls this directly

Calls 1

getAppListMethod · 0.95

Tested by

no test coverage detected