try it
Intent intent = new Intent(); intent.setType("image/*"); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); Main.this.startActivity(intent);
the program will be a browser, all applications support with an image file
but the user can set the program by default
Aexorcist
source share