[Base] GetAndroidThreadJniEnv capitals, move JNI usage tips there

This commit is contained in:
Triang3l
2022-02-01 21:33:20 +03:00
parent 009f709ad4
commit c6fc8f706a
4 changed files with 14 additions and 13 deletions

View File

@@ -145,7 +145,7 @@ void ShutdownAndroidAppFromMainThread() {
int32_t GetAndroidApiLevel() { return android_api_level_; }
JNIEnv* GetAndroidThreadJNIEnv() {
JNIEnv* GetAndroidThreadJniEnv() {
if (!android_java_vm_) {
return nullptr;
}