摘要: public static boolean isDebugVersion(Context context) { try { ApplicationInfo info = context.getApplicationInfo(); return (info.flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0; } catc... 阅读全文
posted @ 2018-06-03 10:18 netcorner 阅读(1926) 评论(0) 推荐(0) 编辑