Get rid of all user data of Android application after bigger update

Posted by Johe Green on Stack Overflow See other posts from Stack Overflow or by Johe Green
Published on 2010-04-16T07:24:06Z Indexed on 2010/04/16 14:43 UTC
Read the original article Hit count: 208

Filed under:
|
|

Hi,

I completely revamped an app. Tested it for a while on my device and emulator. The app worked fine. However when I updated the app through the Android market, my users experienced crashes.

Since there is no way to properly debug this procedure I asume the crash is caused by old data which is not being removed from the device (probably from the onsavedstate bundle?!).

Is there a way to do a "clean/total" reinstall without having the user to do it manually?

Best Regards Johe

© Stack Overflow or respective owner

Related posts about android

Related posts about update