What is "android-context"

Interface for global information about an application environment. This is an abstract class whose implementation is provided by the Android system. It allows access to application-specific features and classes, as well as calls to application-level operations, such as launches of activities, Broadcasting and receipt of intents, etc..

Context - Android Developer