Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF committed Mar 18, 2021
1 parent 6d5d83b commit 65d4b39
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
import android.telephony.PhoneStateListener;

import com.lody.virtual.client.hook.base.BinderInvocationProxy;
import com.lody.virtual.client.hook.base.Inject;
import com.lody.virtual.client.hook.base.ReplaceCallingPkgMethodProxy;
import com.lody.virtual.client.hook.base.ReplaceSequencePkgMethodProxy;

import java.lang.reflect.Method;

import mirror.com.android.internal.telephony.ITelephonyRegistry;

@Inject(RegistryMethodProxies.class)
public class TelephonyRegistryStub extends BinderInvocationProxy {

public TelephonyRegistryStub() {
Expand Down

0 comments on commit 65d4b39

Please sign in to comment.