Why does Instagram on Android not accept Intent.ACTION_SEND_MULTIPLE

坚强是说给别人听的谎言 提交于 2019-12-12 12:05:05

问题


The instagram app has support for multiple photo posts: https://help.instagram.com/269314186824048 http://blog.instagram.com/post/157572774352/170222-multiple

Instagram documents how to share a photo to the Instagram app using intents here: https://www.instagram.com/developer/mobile-sharing/android-intents/

But it appears to not accept ACTION_SEND_MULTIPLE, so will only accept a single photo.

Android documents this intent and an example of how to receive it here: https://developer.android.com/training/sharing/receive.html#handling-content https://developer.android.com/reference/android/content/Intent.html#ACTION_SEND_MULTIPLE

Is there a particular reason why the Instagram App might not want to accept multiple photos shared with it?

来源:https://stackoverflow.com/questions/48886407/why-does-instagram-on-android-not-accept-intent-action-send-multiple

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!