commit | b70f3dff01e7e1e85f77cf0b0b2eaba8200eb82c | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Tue Apr 07 16:07:59 2009 -0700 |
committer | Christopher Tate <ctate@google.com> | Tue Apr 07 16:07:59 2009 -0700 |
tree | 007486803555bc17579747a508555a7ac1cc2f1c | |
parent | 8f7edc20e9b8e4fbe221f9b90610cc7d3a7d92f5 [diff] |
Preserve an Activity's setIntent() state across relaunches Previously any Intent designated by setIntent() would be lost when the Activity was shut down and restarted due to orientation change. Now the custom intent is preserved across the relaunch. Bug: b/1743425