[core] Widen MANAGER_INJECTED_UID usage (#1129)
This commit is contained in:
parent
fd2162bffa
commit
acbd6adc77
|
|
@ -130,7 +130,7 @@ public class ParasiticManagerHooker {
|
|||
}
|
||||
});
|
||||
|
||||
if (Process.myUid() == 1000) {
|
||||
if (Process.myUid() == BuildConfig.MANAGER_INJECTED_UID) {
|
||||
XposedHelpers.findAndHookMethod(WebViewFactory.class, "getProvider", new XC_MethodReplacement() {
|
||||
@Override
|
||||
protected Object replaceHookedMethod(MethodHookParam param) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue