Skip to content

Commit 70a74fc

Browse files
author
tiann
committed
FIX: fix package for getContentProviderExternal in Android Q
1 parent 41a6cdc commit 70a74fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VirtualApp/lib/src/main/java/com/lody/virtual/client/hook/proxies/am/MethodProxies.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public int getProviderNameIndex() {
201201

202202
@Override
203203
public int getPackageIndex() {
204-
return super.getPackageIndex();
204+
return -1;
205205
}
206206

207207
@Override

0 commit comments

Comments
 (0)