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
get rid of launcher script requirement; fix app data dir being hardcoded; update documentation; remove prebuilt dalvik (NOTE - purged from history at this point, so is not part of the diff)
This commit is contained in:
11
src/api-impl-jni/android_os_Environment.c
Normal file
11
src/api-impl-jni/android_os_Environment.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "defines.h"
|
||||
#include "util.h"
|
||||
|
||||
#include "generated_headers/android_os_Environment.h"
|
||||
|
||||
char *get_app_data_dir();
|
||||
|
||||
JNIEXPORT jstring JNICALL Java_android_os_Environment_native_1get_1app_1data_1dir(JNIEnv *env, jclass this)
|
||||
{
|
||||
return _JSTRING(get_app_data_dir());
|
||||
}
|
||||
Reference in New Issue
Block a user