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

Method startSelfApp

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

启动自身应用 @return true success, false fail

()

Source from the content-addressed store, hash-verified

1047 * @return {@code true} success, {@code false} fail
1048 */
1049 public static boolean startSelfApp() {
1050 return startSelfApp(false);
1051 }
1052
1053 /**
1054 * 启动自身应用

Callers

nothing calls this directly

Calls 4

getPackageNameMethod · 0.95
getLauncherActivityMethod · 0.95
startActivityMethod · 0.95
eTagMethod · 0.95

Tested by

no test coverage detected