Re: [android-developers] can an updated version of an app try to restore using a bundle containing older data?

2010-02-17 Thread TreKing
On Wed, Feb 17, 2010 at 4:02 PM, kk wrote: > Is that even possible? Do I need to worry about it? No. - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site

[android-developers] can an updated version of an app try to restore using a bundle containing older data?

2010-02-17 Thread kk
Hello all, I'm trying to prevent the situation where an updated version of my app restores using a bundle written from a previous version of my app. In other words: 1) app v1 stops and calls onSaveInstanceState 2) app v1 saves the bundle (call it v1 data) 3) user goes to marketplace and updates t