Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

On Android phones, you can uninstall system apps using adb:

  # adb shell

  $ pm uninstall -k --user 0 com.android.chrome
  $ pm uninstall -k --user 0 com.google.android.youtube
To reinstall:

  $ pm install-existing com.android.chrome
  $ pm install-existing com.google.android.youtube


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: