commit | e1fb96676cd2404c5de091d60828185228ef4c90 | [log] [tgz] |
---|---|---|
author | Patrick Scott <phanna@android.com> | Mon Aug 31 14:31:52 2009 -0400 |
committer | Patrick Scott <phanna@android.com> | Mon Aug 31 15:06:38 2009 -0400 |
tree | fb26d7e75f07cf9fe890d0180b0171661acb6d6d | |
parent | 2a67de4059775466071da52c07b18627c51c677c [diff] |
Do not include ourselves as a candidate for downloading content. If we are attempting to download a file and try to resolve to another activity, it is possible to get BrowserActivity as the best candidate. In that case, we need to fall back to the download manager. If we do not, we end up in a loop trying to download the file and sending ourselves a new intent. BUG: 2062310