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

Method installApp

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

安装 APP ( 支持 8.0 ) 的意图 @param filePath 文件路径 @return true success, false fail

(final String filePath)

Source from the content-addressed store, hash-verified

1657 * @return {@code true} success, {@code false} fail
1658 */
1659 public static boolean installApp(final String filePath) {
1660 return installApp(FileUtils.getFileByPath(filePath));
1661 }
1662
1663 /**
1664 * 安装 APP ( 支持 8.0 ) 的意图

Callers

nothing calls this directly

Calls 4

getFileByPathMethod · 0.95
startActivityMethod · 0.95
getInstallAppIntentMethod · 0.95

Tested by

no test coverage detected