Gets the application info
Gets the assets manager
Gets the application's cache directory
Gets the content resolver
Gets the application's data directory
Gets the application's external cache directory (if available)
Gets the application's files directory
Gets the underlying JavaObject representing the Android context
Gets the package manager
Gets the application's package name
Gets the resources object for the application
Static
instanceGets the singleton instance of the Context wrapper
Gets the system service with the given name
The name of the system service (e.g., "window", "power")
Releases the underlying context resources
Provides access to Android application context and common context-related operations. Wraps the underlying JavaObject interactions for easier use in JavaScript/TypeScript.