标签:span 一个 包名 log style etc tco intent one
Intent intent = new Intent(Intent.ACTION_MAIN); intent.addCategory(Intent.CATEGORY_LAUNCHER); ComponentName cn = new ComponentName("com.example.timer", "com.example.timer.MainActivity");//包名,类名 intent.setComponent(cn); startActivity(intent);
标签:span 一个 包名 log style etc tco intent one
原文地址:http://www.cnblogs.com/wangjiaghe/p/7349916.html