Skip to content

Commit

Permalink
Disable Xposed for Android 10 temporarily.
Browse files Browse the repository at this point in the history
Signed-off-by: tiann <[email protected]>
  • Loading branch information
tiann committed Nov 5, 2019
1 parent 644d3fd commit da6eaf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ private void bindApplicationNoCheck(String packageName, String processName, Cond
}


boolean enableXposed = VirtualCore.get().isXposedEnabled();
boolean enableXposed = VirtualCore.get().isXposedEnabled() && !BuildCompat.isQ();
if (enableXposed) {
VLog.i(TAG, "Xposed is enabled.");
ClassLoader originClassLoader = context.getClassLoader();
Expand Down

0 comments on commit da6eaf4

Please sign in to comment.