2023-08-11 18:09:17 +02:00
|
|
|
/* 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
|
2024-11-30 18:49:11 +01:00
|
|
|
#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
|
2023-08-11 18:09:17 +02:00
|
|
|
/*
|
|
|
|
|
* 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);
|
|
|
|
|
|
2023-09-01 16:03:31 +02:00
|
|
|
/*
|
|
|
|
|
* Class: android_app_Activity
|
|
|
|
|
* Method: nativeOpenURI
|
|
|
|
|
* Signature: (Ljava/lang/String;)V
|
|
|
|
|
*/
|
|
|
|
|
JNIEXPORT void JNICALL Java_android_app_Activity_nativeOpenURI
|
|
|
|
|
(JNIEnv *, jclass, jstring);
|
|
|
|
|
|
2024-03-16 18:14:46 +01:00
|
|
|
/*
|
|
|
|
|
* Class: android_app_Activity
|
|
|
|
|
* Method: nativeFileChooser
|
|
|
|
|
* Signature: (ILjava/lang/String;Ljava/lang/String;I)V
|
|
|
|
|
*/
|
|
|
|
|
JNIEXPORT void JNICALL Java_android_app_Activity_nativeFileChooser
|
|
|
|
|
(JNIEnv *, jobject, jint, jstring, jstring, jint);
|
|
|
|
|
|
2024-12-20 17:32:53 +01:00
|
|
|
/*
|
|
|
|
|
* Class: android_app_Activity
|
|
|
|
|
* Method: isInMultiWindowMode
|
|
|
|
|
* Signature: ()Z
|
|
|
|
|
*/
|
|
|
|
|
JNIEXPORT jboolean JNICALL Java_android_app_Activity_isInMultiWindowMode
|
|
|
|
|
(JNIEnv *, jobject);
|
|
|
|
|
|
2023-08-11 18:09:17 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|