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

Method uninstallApp

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

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

(final String packageName)

Source from the content-addressed store, hash-verified

1768 * @return {@code true} success, {@code false} fail
1769 */
1770 public static boolean uninstallApp(final String packageName) {
1771 return startActivity(IntentUtils.getUninstallAppIntent(packageName));
1772 }
1773
1774 /**
1775 * 卸载应用

Callers

nothing calls this directly

Calls 3

startActivityMethod · 0.95
getUninstallAppIntentMethod · 0.95

Tested by

no test coverage detected