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
make sure the apk path is reliably set in the PackageInfo
This commit is contained in:
@@ -9,6 +9,14 @@ extern "C" {
|
||||
#endif
|
||||
#undef android_content_Context_MODE_PRIVATE
|
||||
#define android_content_Context_MODE_PRIVATE 0L
|
||||
/*
|
||||
* Class: android_content_Context
|
||||
* Method: native_get_apk_path
|
||||
* Signature: ()Ljava/lang/String;
|
||||
*/
|
||||
JNIEXPORT jstring JNICALL Java_android_content_Context_native_1get_1apk_1path
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
/*
|
||||
* Class: android_content_Context
|
||||
* Method: native_updateConfig
|
||||
|
||||
Reference in New Issue
Block a user