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
48 lines
1.1 KiB
C
48 lines
1.1 KiB
C
/* 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: nativeRecreateActivity
|
|
* Signature: (Landroid/app/Activity;)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_android_app_Activity_nativeRecreateActivity
|
|
(JNIEnv *, jclass, jobject);
|
|
|
|
/*
|
|
* Class: android_app_Activity
|
|
* Method: nativeStartActivity
|
|
* Signature: (Landroid/app/Activity;)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_android_app_Activity_nativeStartActivity
|
|
(JNIEnv *, jclass, jobject);
|
|
|
|
/*
|
|
* Class: android_app_Activity
|
|
* Method: nativeOpenURI
|
|
* Signature: (Ljava/lang/String;)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_android_app_Activity_nativeOpenURI
|
|
(JNIEnv *, jclass, jstring);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|