commit | 6bb801ebb3483775e86dbcc1bcc621754f36e4fe | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Thu Jun 04 06:15:43 2020 +0200 |
committer | Martijn Coenen <maco@google.com> | Fri Jun 05 13:34:07 2020 +0200 |
tree | 7b5b29c1dfc534a8534e1ac4acfd651ab50d8408 | |
parent | 38e3d616bc62fe5e0627f5b3878c824c4c174a16 [diff] |
Use killUid() instead of killApplication(). killApplication() doesn't just kill the process, but also tears down its entire task stack, meaning it won't be restarted when that task becomes visible again. Use killUid() instead, which does have this property. Bug: 157674306 Test: manual verification Change-Id: I691d9fe96b64012c96e0595385bb482056b6c4d4