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

Method installApp

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

安装应用 @param filePath 文件路径 @return true success, false fail

(final String filePath)

Source from the content-addressed store, hash-verified

301 * @return {@code true} success, {@code false} fail
302 */
303 public static boolean installApp(final String filePath) {
304 return installApp(filePath, "-rtsd");
305 }
306
307 /**
308 * 安装应用

Callers

nothing calls this directly

Calls 5

isDeviceRootedMethod · 0.95
execCmdMethod · 0.95
isEmptyMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected