Intent sharingIntent = new Intent(Intent.ACTION_SEND_MULTIPLE); sharingIntent.setType("image/*"); sharingIntent.setPackage("com.whatsapp") ...
www.google.com.tw