Clear application data
suggest changeOne can clear the user data of a specific app using adb:
adb shell pm clear <package>
This is the same as to browse the settings on the phone, select the app and press on the clear data button.
pminvokes the package manager on the devicecleardeletes all data associated with a package
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents