commit | e82043c7a2e319ce24215606fee8e50cccd1b167 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Tue Oct 27 17:22:53 2009 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Thu Oct 29 16:58:24 2009 -0700 |
tree | b31fc2633626cdaadc34d54a05e4dacf5a0fa6b9 | |
parent | 7f9ca2853d936ea0bdcf61cb7f9fb28c8669f681 [diff] |
Send RESULT_CANCELED when missing, return legacy Uris. When no contact was persisted (for example a save that has been trimmed to a no-op) we return RESULT_CANCELED. When an Intent like ACTION_INSERT requests a legacy Uri we correctly return a legacy Uri instead of lookup-style. Fixes http://b/2219805 and http://b/2219813