LSPosed/Core/jni/main/inject/config_manager.h

13 lines
223 B
C

//
// Created by Solo on 2019/1/27.
//
#ifndef EDXPOSED_CONFIG_MANAGER_H
#define EDXPOSED_CONFIG_MANAGER_H
int is_app_need_hook(JNIEnv *env, jstring appDataDir);
int is_global_mode();
#endif //EDXPOSED_CONFIG_MANAGER_H