赞
踩
https://github.com/lamster2018/EasyProtector
public boolean isLimit(){
boolean bLimit = false;
bLimit = bLimit
|| EasyProtectorLib.checkIsRoot()
|| EasyProtectorLib.checkIsXposedExist()
|| EasyProtectorLib.checkIsRunningInEmulator(this, new EmulatorCheckCallback() {
@Override
public void findEmulator(String emulatorInfo) {
}
});
return bLimit;
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。