矮小黑夜

文章
4
资源
0
加入时间
3年0月9天

判断是否是模拟器

//判断当前设备是否是模拟器。如果返回TRUE,则当前是模拟器,不是返回FALSE    public static boolean isEmulator(Context context){        try{            TelephonyManager tm = (TelephonyManager) context.getSystemService(Context.T