摘要: 加入权限设置//判断当前设备是否是模拟器。如果返回TRUE,则当前是模拟器,不是返回FALSE private static boolean isEmulator(Context context){ try{ TelephonyManager tm = (T... 阅读全文
posted @ 2015-03-11 15:23 (龍) 阅读(723) 评论(0) 推荐(0)