Root the phone comes with no uninstall applications

Developer options open mobile phone
check USB debugging
connected computer
adb shell pm list packages // get the application package name in the list
adb shell pm uninstall -k --user 0 com.nbc.browser // offloading the application
adb shell pm list packages -f / / application can be installed in the phone's location

Guess you like

Origin www.cnblogs.com/feiyucha/p/11728479.html