macroid
A wrapper that contains two contexts: 1. the application context (which should be always alive) 2. the current context, usually Activity or Service (which is more specific, but may die and is stored as a weak reference)
A wrapper that contains two contexts: 1. the application context (which should be always alive) 2. the current context, usually Activity or Service (which is more specific, but may die and is stored as a weak reference)