I'm getting the following exception during an ACTION_SEND
intent with a data type application/pdf
:
java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.SEND typ=application/pdf flg=0x3080000 cmp=com.adobe.reader/.ARSendForSignature (has extras) }
This brings up a dialog to choose the desired application to receive the PDF. I believe the SecurityException
is being thrown when a user chooses Adobe Reader from the list, although it appears to be opening specifically the ARSendForSignature
activity.
Any ideas?