commit | c50a936306ff38e43b58129da9b94269dff821f7 | [log] [tgz] |
---|---|---|
author | Louis Chang <louischang@google.com> | Tue Feb 12 12:35:24 2019 +0800 |
committer | Louis Chang <louischang@google.com> | Tue Feb 19 13:24:29 2019 +0800 |
tree | fe8d2e30f3b6868310eea68ee86e947b8db4579d | |
parent | 1dc37e9601d031534f42741b9a6d664e03cead0b [diff] |
Avoid resuming same activity twice Activity process was found to be dead and required to restart its process while starting the activity. If the same activity being restarted again before the new process started, the activity would be finished because of a second failure. Bug: 124125128 Test: atest android.server.am.lifecycle Change-Id: Iad829d59a9d789b01b3570e6c1ff062fb2dc9a81