Skip to content

Commit da6eaf4

Browse files
committed
Disable Xposed for Android 10 temporarily.
Signed-off-by: tiann <[email protected]>
1 parent 644d3fd commit da6eaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VirtualApp/lib/src/main/java/com/lody/virtual/client/VClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ private void bindApplicationNoCheck(String packageName, String processName, Cond
330330
}
331331

332332

333-
boolean enableXposed = VirtualCore.get().isXposedEnabled();
333+
boolean enableXposed = VirtualCore.get().isXposedEnabled() && !BuildCompat.isQ();
334334
if (enableXposed) {
335335
VLog.i(TAG, "Xposed is enabled.");
336336
ClassLoader originClassLoader = context.getClassLoader();

0 commit comments

Comments
 (0)