Android SecurityException in PDF Send Intent

I get the following exception during intent ACTION_SENDwith 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) }

A dialog box appears to select the desired application to receive the PDF file. I believe that it is SecurityExceptionthrown when the user selects Adobe Reader from the list, although he apparently explicitly opens the activity ARSendForSignature.

Any ideas?

+4
source share
1 answer

You get an error in the Adobe Reader application or an error in Android, depending on your perspective.

Adobe Reader ARSendForSignature ACTION_SEND <intent-filter>, android:exported="false", -, , .

:

  • Adobe Reader <intent-filter>
  • Adobe Reader ,
  • Android .

№3 - , . , Adobe , .: -)

+13

All Articles