android.content.ActivityNotFoundException:未找到处理 Intent { act=android.provider.MediaStore.RECORD_SOUND } 的活动
我正在使用以下代码,
Intent intent = new Intent(MediaStore.Audio.Media.RECORD_SOUND_ACTION);
startActivityForResult(intent, ACTIVITY_RECORD_SOUND);
android.content.ActivityNotFoundException:未找到处理 Intent { act=android.provider.MediaStore.RECORD_SOUND } 的活动
我正在使用以下代码,
Intent intent = new Intent(MediaStore.Audio.Media.RECORD_SOUND_ACTION);
startActivityForResult(intent, ACTIVITY_RECORD_SOUND);