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

Method uninstallApp

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

卸载应用 @param packageName 应用包名 @return true success, false fail

(final String packageName)

Source from the content-addressed store, hash-verified

408 * @return {@code true} success, {@code false} fail
409 */
410 public static boolean uninstallApp(final String packageName) {
411 return uninstallApp(packageName, false);
412 }
413
414 /**
415 * 卸载应用

Callers

nothing calls this directly

Calls 4

isDeviceRootedMethod · 0.95
execCmdMethod · 0.95
isEmptyMethod · 0.45

Tested by

no test coverage detected