I have an Android app that interacts with other apps using the Intent.ACTION_SEND methodology. This has been working will the Dropbox app until this week (Dropbox app now version 7.2.8) it's not stopped working as intended.
The main purpose is to send a file generated from within the app so I am setting EXTRA_STREAM with the uri which is all that is really needed for DropBox but I also set some other extras for other apps most notably email clients e.g. EXTRA_TITLE, EXTRA_SUBJECT, EXTRA_EMAIL and EXTRA_TEXT. I am now not getting to save the file but the Dropbox app thinks I am sending it some text ands asks me to specify a file name for the text.
I presume this spotting the EXTRA_TEXT is new but the case with EXTRA_TEXT and EXTRA_STREAM I think needs to take the stream as a priority.