Skip to content

Commit

Permalink
fix oppo android p
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxianlin committed Nov 2, 2019
1 parent 558f4ce commit e009fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edxp-core/src/main/cpp/main/src/native_hook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace edxp {
}
hook_func = reinterpret_cast<HookFunType>(hook_func_symbol);

if (api_level >= ANDROID_P) {
if (api_level > ANDROID_P) {
ScopedDlHandle dl_handle(kLibDlPath.c_str());
void *handle = dl_handle.Get();
HOOK_FUNC(mydlopen, "__loader_dlopen");
Expand Down

0 comments on commit e009fa8

Please sign in to comment.