卸载应用 @param packageName 应用包名 @return true success, false fail
(final String packageName)
| 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 | * 卸载应用 |
nothing calls this directly
no test coverage detected