Intent intent = new Intent(Intent.ACTION_VIEW);

Uri uri = Uri.fromFile(file);

intent.setDataAndType(uri,"p_w_picpath/*");

startActivity(intent);