mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
native => master merging
This commit is contained in:
parent
56ae87e6f2
commit
1fc9eac6e8
14 changed files with 1030 additions and 2 deletions
|
@ -20,10 +20,15 @@
|
|||
#ifndef __ANDROIDUTIL_H__
|
||||
#define __ANDROIDUTIL_H__
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
class AndroidUtil {
|
||||
|
||||
public:
|
||||
static const char * const Class_NativeFormatPlugin;
|
||||
|
||||
public:
|
||||
static JNIEnv *getEnv();
|
||||
};
|
||||
|
||||
#endif /* __ANDROIDUTIL_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue