commit | 51f6a2f1dc524b31476fb71de36f2bd79f499d08 | [log] [tgz] |
---|---|---|
author | Ben Murdoch <benm@google.com> | Mon Feb 21 12:27:07 2011 +0000 |
committer | Ben Murdoch <benm@google.com> | Tue Feb 22 18:18:02 2011 +0000 |
tree | 89a026916b06a026f4b92be4e9cb3c055d2fce9e | |
parent | 5ee018e25ecda8955f865cbf7b0b946bcad2b294 [diff] |
Fix file upload handling after ActivityNotFoundException. When we launch the file picker for uploads, if nothing can handle the type of file then we catch the ActivityNotFoundException so that we do not crash and launch a default picker instead. However we still will receive a callback for the intent that failed so in this case we must skip processing it. Bug:3447924 Change-Id: Ic309f4ba1a6feda981fcce5231b9aed9be70eef2