摘要: 1.ProGuard:去掉android中未使用的代码。 阅读全文
posted @ 2016-02-24 14:22 天边孤雁 阅读(114) 评论(0) 推荐(0)
摘要: 1.判断调用的activity是否存在: Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:555-2368")); PackageManager pm = getPackageManager(); ComponentName 阅读全文
posted @ 2016-02-24 11:33 天边孤雁 阅读(134) 评论(0) 推荐(0)