I\'m getting the following exception during an ACTION_SEND
intent with a data type application/pdf
:
java.lang.SecurityException: Pe
You are encountering a bug in the Adobe Reader app, or a bug in Android, depending upon your perspective.
The Adobe Reader ARSendForSignature
activity supports the ACTION_SEND
<intent-filter>
, but they explicitly have android:exported="false"
, which denies anyone but them the ability to start that activity.
Either:
<intent-filter>
, orLong-term, the answer should be #3 -- I'll work on reproducing this problem and will file an issue, assuming there isn't already one. Short-term, Adobe can fix this faster than we can fix a couple hundred million devices. :-)