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
api-impl: misc stubs/additions
This commit is contained in:
@@ -159,7 +159,6 @@ void activity_start(JNIEnv *env, jobject activity_object)
|
||||
activity_backlog = g_list_prepend(activity_backlog, _REF(activity_object));
|
||||
|
||||
activity_update_current(env);
|
||||
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL Java_android_app_Activity_nativeFinish(JNIEnv *env, jobject this, jlong window)
|
||||
|
||||
@@ -9,6 +9,10 @@ extern "C" {
|
||||
#endif
|
||||
#undef android_app_Activity_MODE_PRIVATE
|
||||
#define android_app_Activity_MODE_PRIVATE 0L
|
||||
#undef android_app_Activity_RESULT_CANCELED
|
||||
#define android_app_Activity_RESULT_CANCELED 0L
|
||||
#undef android_app_Activity_RESULT_OK
|
||||
#define android_app_Activity_RESULT_OK -1L
|
||||
/*
|
||||
* Class: android_app_Activity
|
||||
* Method: nativeFinish
|
||||
|
||||
Reference in New Issue
Block a user