> If you're updating, I'd expect the current version of the app to be closed /
> shut down and your static data to be wiped, for sure, and re-initialized on
> re-opening.

Yes, e.g. if function (a) relies on statics (s), so you only
initialize (s) if (a)
is being used (set by prefs). Later you add function (b) which also
uses (s).
When the pref controlling (a) is disabled, everything works fine until
the next statics
reset when (b) starts crashing.

Pent

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to