RootManager icon indicating copy to clipboard operation
RootManager copied to clipboard

uninstallPackage is not work for system app

Open petrovichtim opened this issue 7 years ago • 2 comments

Command pm uninstall "packageName" is not remove the system apps

petrovichtim avatar Apr 20 '17 09:04 petrovichtim

Hi @petrovichtim , thanks for comments To remove a system app, please consider to use uninstallSystemApp function, the input should be the apk path.

Chrisplus avatar Apr 21 '17 05:04 Chrisplus

Tried RootManager.getInstance().uninstallSystemApp(path); to path pass "/system/app/Wallet/Wallet.apk" Does not delete stock apps on Nexus 5x

petrovichtim avatar Apr 21 '17 10:04 petrovichtim