摘要:
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
阅读(1936)
评论(0)
推荐(0)

浙公网安备 33010602011771号