When I unexpectedly saw important, small, static strings get cleared, my solution was to surround them with getters and setters, and check if they were null each time. In the setter I would write them to private internal storage, and in the getter, if I found a null I'd check if they were stored locally.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

