mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
synchronization with native branch
This commit is contained in:
parent
6a055fc0ef
commit
533cbfe2f4
2 changed files with 17 additions and 0 deletions
|
@ -24,8 +24,14 @@
|
|||
|
||||
class AndroidUtil {
|
||||
|
||||
private:
|
||||
static JavaVM *ourJavaVM;
|
||||
|
||||
public:
|
||||
static const char * const Class_NativeFormatPlugin;
|
||||
static const char * const Class_PluginCollection;
|
||||
|
||||
static jmethodID SMID_PluginCollection_Instance;
|
||||
|
||||
public:
|
||||
static JNIEnv *getEnv();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue