Fixed bug 3917 - Android, issues with getManifestEnvironmentVariable
We're going to push the manifest environment variables from the Java side instead of continually querying for them from the native side.
This commit is contained in:
parent
7334a2a1b5
commit
758156a765
4 changed files with 67 additions and 63 deletions
|
@ -62,7 +62,7 @@ size_t Android_JNI_FileWrite(SDL_RWops* ctx, const void* buffer, size_t size, si
|
|||
int Android_JNI_FileClose(SDL_RWops* ctx);
|
||||
|
||||
/* Environment support */
|
||||
char *SDL_AndroidGetManifestEnvironmentVariable(const char *variableName);
|
||||
void Android_JNI_GetManifestEnvironmentVariables(void);
|
||||
|
||||
/* Clipboard support */
|
||||
int Android_JNI_SetClipboardText(const char* text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue