Does the Android Application Context ever get destroyed?
问题 I use my Android app's application Context as a storage area for "current state" information for my app. I'm finding that in the field, there are cases when this information goes away on some people's devices causing various NullPointerExceptions since I expect the data to be there when the app resumes and starts rebuilding the necessary activities. This usually happens when the user hits "Home", does something else, then eventually wanders back into the app - it attempts to go back to where