AndroidContextInitializer
AndroidX App Startup component that captures the application Context for the library to use later.
Registered automatically through AndroidManifest.xml — no consumer code is required. The initializer runs before the application's first android.app.Activity sees onCreate, so any subsequent call to androidApplicationContext is guaranteed to find a non-null reference.