File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/com/lody/virtual/client/core Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,10 @@ dependencies {
4141 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
4242 api(" me.weishu.exposed:exposed-core:0.8.1" ) {
4343 exclude group : ' me.weishu' , module : ' free_reflection'
44+ exclude group : ' me.weishu' , module : ' epic'
4445 }
4546 implementation " me.weishu:free_reflection:3.0.1"
47+ implementation " me.weishu:epic:0.11.0"
4648}
4749
4850repositories {
Original file line number Diff line number Diff line change 4141import com .lody .virtual .client .ipc .VActivityManager ;
4242import com .lody .virtual .client .ipc .VPackageManager ;
4343import com .lody .virtual .client .stub .VASettings ;
44- import com .lody .virtual .helper .compat .BuildCompat ;
4544import com .lody .virtual .helper .compat .BundleCompat ;
4645import com .lody .virtual .helper .utils .BitmapUtils ;
4746import com .lody .virtual .os .VUserHandle ;
@@ -399,7 +398,7 @@ public boolean isOutsidePackageVisible(String pkg) {
399398 }
400399
401400 public boolean isXposedEnabled () {
402- return !VirtualCore .get ().getContext ().getFileStreamPath (".disable_xposed" ).exists () && ! BuildCompat . isR () ;
401+ return !VirtualCore .get ().getContext ().getFileStreamPath (".disable_xposed" ).exists ();
403402 }
404403
405404 public boolean isAppInstalled (String pkg ) {
You can’t perform that action at this time.
0 commit comments