1、如何获取其他应用的包名和类名?
点击和查看logcat第一条信息
2、第二步
Intent intent = new Intent();
intent.setClassName("com.android.gallery", "com.android.camera.GalleryPicker");
startActivity(intent);
1、如何获取其他应用的包名和类名?
点击和查看logcat第一条信息
2、第二步
Intent intent = new Intent();
intent.setClassName("com.android.gallery", "com.android.camera.GalleryPicker");
startActivity(intent);