2013年8月19日 - Intent intent = new Intent(Intent.ACTION_SEND); intent.setType("application/image"); intent.putExtra(Intent.EXTRA_SUBJECT, subject); intent.
stackoverflow.com