Skip to content

Instantly share code, notes, and snippets.

@amay077
Created April 10, 2013 09:32
Show Gist options
  • Select an option

  • Save amay077/5353189 to your computer and use it in GitHub Desktop.

Select an option

Save amay077/5353189 to your computer and use it in GitHub Desktop.
SharedPreference は消さずにアプリだけアンインストールする方法 ref: http://qiita.com/items/5442b2e9b8673922a13e
adb shell pm uninstall -k <package name>
adb shell pm uninstall <package name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment