commit | 75481cb860519b9f839262c05679f436cfc71f37 | [log] [tgz] |
---|---|---|
author | Patrick Scott <phanna@android.com> | Wed Dec 09 11:09:04 2009 -0500 |
committer | Patrick Scott <phanna@android.com> | Wed Dec 09 11:09:04 2009 -0500 |
tree | 73ff4f13b7c743a60ac5efab0c8a471d5edf2192 | |
parent | 981ccfbbfd737e2bdf0cedec0089975f91fd4e0a [diff] |
Check that the resolved activity is not in our package. Ideally, I would like to allow Activities in the same package to intercept mime types but there is no way to get the current Activity information from a generic Context object. For now, skip resolved Activities that are in the same package. Bug: 2314904