parent
873b649730
commit
6e27670ba0
@ -1,16 +0,0 @@ |
||||
package com.github.catvod.hook; |
||||
|
||||
import android.content.Context; |
||||
import android.content.ContextWrapper; |
||||
|
||||
public class Ctx extends ContextWrapper { |
||||
|
||||
public Ctx(Context base) { |
||||
super(base); |
||||
} |
||||
|
||||
@Override |
||||
public String getPackageName() { |
||||
return "com.android.chrome"; |
||||
} |
||||
} |
||||
Loading…
Reference in new issue