db/Configured: store database file in cache directory
Add class Context which wraps the Android/Java Context class and add a JNI wrapper for method Context.getCacheDir().
This commit is contained in:
@@ -21,8 +21,13 @@
|
||||
#define MPD_MAIN_HXX
|
||||
|
||||
class EventLoop;
|
||||
class Context;
|
||||
struct Instance;
|
||||
|
||||
#ifdef ANDROID
|
||||
extern Context *context;
|
||||
#endif
|
||||
|
||||
extern Instance *instance;
|
||||
|
||||
#ifndef ANDROID
|
||||
|
Reference in New Issue
Block a user