[Base] Android JNIEnv attachment and LaunchWebBrowser

This commit is contained in:
Triang3l
2022-01-30 23:35:01 +03:00
parent 54b057a46b
commit 3f817fb241
7 changed files with 433 additions and 31 deletions

View File

@@ -95,10 +95,11 @@ class AndroidWindowedAppContext final : public WindowedAppContext {
AConfiguration* configuration_ = nullptr;
jclass activity_class_ = nullptr;
bool android_base_initialized_ = false;
jobject activity_ = nullptr;
jclass activity_class_ = nullptr;
jmethodID activity_method_finish_ = nullptr;
// May be read by non-UI threads in NotifyUILoopOfPendingFunctions.