You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
NativeActivity: cooperate with nativebridge when it's in use
This commit is contained in:
@@ -9,6 +9,10 @@ extern "C" {
|
||||
#endif
|
||||
#undef android_app_NativeActivity_MODE_PRIVATE
|
||||
#define android_app_NativeActivity_MODE_PRIVATE 0L
|
||||
#undef android_app_NativeActivity_RESULT_CANCELED
|
||||
#define android_app_NativeActivity_RESULT_CANCELED 0L
|
||||
#undef android_app_NativeActivity_RESULT_OK
|
||||
#define android_app_NativeActivity_RESULT_OK -1L
|
||||
/*
|
||||
* Class: android_app_NativeActivity
|
||||
* Method: loadNativeCode
|
||||
|
||||
Reference in New Issue
Block a user