Fix system_server hook not working when using whitelist mode
This commit is contained in:
parent
430192a021
commit
bb1ac0349c
|
|
@ -7,7 +7,7 @@
|
|||
#include "include/misc.h"
|
||||
#include "config_manager.h"
|
||||
|
||||
#define SYSTEM_SERVER_DATA_DIR "/data/user/0/android/"
|
||||
#define SYSTEM_SERVER_DATA_DIR "/data/user/0/android"
|
||||
|
||||
static jclass sEntryClass;
|
||||
static jstring sAppDataDir;
|
||||
|
|
|
|||
Loading…
Reference in New Issue