Android SecurityException on PDF Send Intent

你。 提交于 2019-11-30 15:22:36

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:

  1. Adobe Reader should not have that <intent-filter>, or
  2. Adobe Reader should not have marked it as not exported, or
  3. The Android chooser should filter out non-exported activities

Long-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. :-)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!