Instagram应用程序支持多个照片帖子: https://help.instagram.com/269314186824048 http://blog.instagram.com/post/157572774352/170222-multiple
Instagram文档如何使用意图在这里分享照片到Instagram应用程序:https://www.instagram.com/developer/mobile-sharing/android-intents/
但它似乎不接受ACTION_SEND_MULTIPLE,因此只接受一张照片。
Android记录了此意图以及如何在此处接收它的示例: https://developer.android.com/training/sharing/receive.html#handling-content https://developer.android.com/reference/android/content/Intent.html#ACTION_SEND_MULTIPLE
为什么Instagram应用可能不想接受与之共享的多张照片?