use Activity title as window title

This commit is contained in:
Julian Winkler
2024-11-03 08:26:11 +01:00
parent e541d87fc2
commit fc0091a989
4 changed files with 22 additions and 0 deletions

View File

@@ -19,6 +19,14 @@ extern "C" {
JNIEXPORT void JNICALL Java_android_view_Window_set_1widget_1as_1root
(JNIEnv *, jobject, jlong, jlong);
/*
* Class: android_view_Window
* Method: set_title
* Signature: (JLjava/lang/String;)V
*/
JNIEXPORT void JNICALL Java_android_view_Window_set_1title
(JNIEnv *, jobject, jlong, jstring);
/*
* Class: android_view_Window
* Method: take_input_queue