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
use Activity title as window title
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user