我想出了办法..
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse( "content://media/internal/images/media")); startActivity(intent);
这段代码刚刚打开了画廊,没有任何问题。可以在所有版本上使用它!
考虑将其用作希望打开所有版本画廊的人们的答案。
多谢你们!:)

我想出了办法..
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse( "content://media/internal/images/media")); startActivity(intent);
这段代码刚刚打开了画廊,没有任何问题。可以在所有版本上使用它!
考虑将其用作希望打开所有版本画廊的人们的答案。
多谢你们!:)