赞
踩
//使用方法
Context context=getBaseContext();
boolean isEmn= EasyProtectorLib.checkIsRunningInEmulator(context,null);
boolean isDebugger= EasyProtectorLib.checkIsDebug(context);
boolean isRoot= EasyProtectorLib.checkIsRoot();
if(isDebugger||isEmn||isRoot){//反debugger和反模拟器和ROOT
Toast.makeText(getBaseContext(),"检查到您的设备违规,将限制您的所有功能使用",Toast.LENGTH_LONG).show();
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。