I am trying to uninstall the browser on lg classic through abd and im getting the following error:
[INSTALL_FAILED_INVALID_APK: Missing existing base package for null]
Uninstall browser on LG Classic
did you try this command
pm uninstall -k --user 0 com.android.browser
a year later
can i do the above for tcl flip 2?
5 days later
FliphoneBochurLevel 5 - Gold Elite Member
shu To disable the browser (you can’t uninstall it on that phone), run adb shell pm disable-user —user 0 org.chromium.chrome
. If you’re on WebADB, run the command without adb shell
.