Android 检查设备是否响应Intent的程序

1.Intent.resolveActivity(PackageManager) != null;

2.PackageManager.resolveActivity(Intent,PackageManager.MATCH_DEFAULT_ONLY) != null;

你可能感兴趣的:(Android 检查设备是否响应Intent的程序)