Return value of /android.intent.action.GET_CONTENT/?

I want to use the active starter to select a PDF file on my phone and send it as an attachment to an email.

  1. How can I find out the result when sending an email?
  2. How can I know the result when deselecting a file?

As test, display the result in a label to find out, if it is a usable path to the pdf
Probably you have to convert a result uri into a path…
Both file extensions offer a method to do this
Taifun