AndroidContextHolder
Application-level context holder for Android driver creation.
Lifecycle: pass only the Application context (e.g. app.applicationContext from your android.app.Application subclass). Passing an Activity or Service context will pin it for the lifetime of the SDK and leak memory when that component is destroyed. As a defence-in-depth measure, assignment coerces the provided Context via Context.getApplicationContext.