commit | 4ee6123229de501140f3281862b0cff222063c91 | [log] [tgz] |
---|---|---|
author | Bonian Chen <bonianchen@google.com> | Wed Sep 22 22:34:23 2021 +0800 |
committer | Bonian Chen <bonianchen@google.com> | Thu Oct 07 23:44:52 2021 +0000 |
tree | c1e351fb7fbacde585796a6d4fb75b3c9e45deac | |
parent | d2cb885c329e6b97e912fefb1d79be4801e4b4e8 [diff] |
[Crash] finish activity without super#onResume() When finish() an activity within onStart() or onResume(), super#onStart() or super#onResume() need to be invoked prior to finish(). Bug: 200513672 Test: local Change-Id: Ifba0956fb3a11888c84f55342f62a3f192a67294 (cherry picked from commit 24dfc61f996c0ea217c8a2f35f8764193ee86ea6)