RootManager
RootManager copied to clipboard
uninstallPackage is not work for system app
Command pm uninstall "packageName" is not remove the system apps
Hi @petrovichtim , thanks for comments To remove a system app, please consider to use uninstallSystemApp function, the input should be the apk path.
Tried RootManager.getInstance().uninstallSystemApp(path); to path pass "/system/app/Wallet/Wallet.apk" Does not delete stock apps on Nexus 5x