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:
Mis012
2022-10-12 17:23:19 +02:00
parent 31cf1a521b
commit 49961186a2
17 changed files with 989 additions and 899 deletions

View File

@@ -0,0 +1,21 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class android_os_Environment */
#ifndef _Included_android_os_Environment
#define _Included_android_os_Environment
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: android_os_Environment
* Method: native_get_app_data_dir
* Signature: ()Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_android_os_Environment_native_1get_1app_1data_1dir
(JNIEnv *, jclass);
#ifdef __cplusplus
}
#endif
#endif