Does WhatsApp uses the native Gallery while sharing images
问题 I am wondering if WhatsApp uses the native Android gallery or its own custom gallery. Basically this gallery allows the user to select multiple images. But I don't seem to find any way to select multiple images if I am to use the native images gallery. Being aware that Intent.ACTION_PICK is the basic to call the native images gallery but this allows the user to pick one image at a time. As WhatsApp allows the user to select multiple images, I want to find a way to do the same. Not sure