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
support multiple Activities
This commit is contained in:
31
src/api-impl-jni/generated_headers/android_app_Activity.h
Normal file
31
src/api-impl-jni/generated_headers/android_app_Activity.h
Normal file
@@ -0,0 +1,31 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class android_app_Activity */
|
||||
|
||||
#ifndef _Included_android_app_Activity
|
||||
#define _Included_android_app_Activity
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#undef android_app_Activity_MODE_PRIVATE
|
||||
#define android_app_Activity_MODE_PRIVATE 0L
|
||||
/*
|
||||
* Class: android_app_Activity
|
||||
* Method: nativeFinish
|
||||
* Signature: (J)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_Activity_nativeFinish
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
/*
|
||||
* Class: android_app_Activity
|
||||
* Method: nativeStartActivity
|
||||
* Signature: (Landroid/app/Activity;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_android_app_Activity_nativeStartActivity
|
||||
(JNIEnv *, jclass, jobject);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user