現在、次のものがあります。
Intent intent = new Intent(Intent.ACTION_VIEW, android.provider.MediaStore.Video.Media.EXTERNAL_CONTENT_URI);
startActivity(intent);
ほとんどの場合は完全に機能しますが、少なくとも Android 2.3.4 デバイスでは次の例外が生成されます。
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=content://media/external/video/media }
Android デバイスでギャラリーを開く普遍的な方法を共有できる人はいますか?