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
implement Activity.isInMultiWindowMode()
This commit is contained in:
@@ -45,6 +45,14 @@ JNIEXPORT void JNICALL Java_android_app_Activity_nativeOpenURI
|
||||
JNIEXPORT void JNICALL Java_android_app_Activity_nativeFileChooser
|
||||
(JNIEnv *, jobject, jint, jstring, jstring, jint);
|
||||
|
||||
/*
|
||||
* Class: android_app_Activity
|
||||
* Method: isInMultiWindowMode
|
||||
* Signature: ()Z
|
||||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_android_app_Activity_isInMultiWindowMode
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user