android - Dropbox "Send Intent" does not contain Stream data -
i trying receive content of "share intent" send dropbox. works in other apps have tested following code:
if(intent.action_send.equals(getintent().getaction())) { filepath = getintent().getparcelableextra(intent.extra_stream); } however, when sharing dropbox on android, filepath null. 
i believe you'll need check extra_text well, which, when user uses share option, contain share link file. (as opposed when user "exports" file, in case local link file available in extra_stream.)
note that, of jelly bean, can use clipdata.
Comments
Post a Comment