Tôi cần mở một ý định để xem một hình ảnh như sau:
Intent intent = new Intent(Intent.ACTION_VIEW);
Uri uri = Uri.parse("@drawable/sample_1.jpg");
intent.setData(uri);
startActivity(intent);
Vấn đề là điều đó Uri uri = Uri.parse("@drawable/sample_1.jpg");
không chính xác.