Android: Hook up most of the settings interface mutators
This commit is contained in:
@ -108,6 +108,7 @@ JNIEnv* GetJNIEnv();
|
||||
AndroidHostInterface* GetNativeClass(JNIEnv* env, jobject obj);
|
||||
std::string JStringToString(JNIEnv* env, jstring str);
|
||||
std::unique_ptr<GrowableMemoryByteStream> ReadInputStreamToMemory(JNIEnv* env, jobject obj, u32 chunk_size = 65536);
|
||||
jclass GetStringClass();
|
||||
} // namespace AndroidHelpers
|
||||
|
||||
template<typename T>
|
||||
|
||||
Reference in New Issue
Block a user