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
Activity: implement Activity.recreate
This commit is contained in:
@@ -17,6 +17,14 @@ extern "C" {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user