[Base] Explain why no Android activity in xenia-base [ci skip]

This commit is contained in:
Triang3l 2022-01-31 12:12:49 +03:00
parent 3f817fb241
commit d998c13ee8
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ int32_t GetAndroidApiLevel();
// attach on a non-main thread.
JNIEnv* GetAndroidThreadJNIEnv();
// Returns the global reference if in an application context, or null otherwise.
// This is the application context, not the activity one, because multiple
// activities may be running in one process.
jobject GetAndroidApplicationContext();
} // namespace xe