Handling MIME type that is the result of a browser POST in Android

后端 未结 1 1449
礼貌的吻别
礼貌的吻别 2021-01-07 09:00

I have an Activity that is successfully invoked for the MIME type in which I\'m interested. The content being sent from the server is an XML document created as the result

相关标签:
1条回答
  • 2021-01-07 09:21

    I'll answer my own question. Apparently, I'm screwed. There is a known issue with the stock browser and the way it interacts with the download manager. At this time, it cannot retrieve documents that are sent as the result of an HTTP POST. The bug is detailed here

    0 讨论(0)
提交回复
热议问题