setApplicationContext
Provides the SDK with the application context.
Only needed when the SDK is initialized from C++ (via Switchboard::initialize) instead of initialize, since that path never receives a Context. Without it, engine options that rely on Java-only Android APIs — currently audioManagerMode on the real-time engine — are ignored with a warning.
Safe to call more than once; the first context wins.
Parameters
context
Any context; its application context is retained.