How To Uninstall System Apps On Android Without Root | ANY ANDROID | 2021
IF YOU DONT HAVE ADB WATCH THIS: https://youtu.be/gN0_bZ0f5is
PACKAGE NAME APP : https://play.google.com/store/apps/details?id=com.csdroid.pkg
- Open the app up and take note of the package name for apps you want to uninstall
- Connect to the smartphone to the PC with a USB cable
- Open up a Command Prompt, Terminal, or Windows PowerShell
- Type out the following command. . .
adb shell
- . . .and press the “Enter” button on the keyboard
- Now type out the following command. . .
pm uninstall --user 0 [package name]
- Replace “[package name]” with the name of the app’s package that you want to delete
- . . .and press “Enter” on the keyboard again
- If done correctly, you should receive a “Success” message at the prompt
- Continue using the “pm uninstall” command for every bloatware app you want to remove
DO AT YOUR OWN RISK
Comments
Post a Comment