commit | 8b5afd93b6c63e99fe58104437a651b0bfebbbfd | [log] [tgz] |
---|---|---|
author | Louis Chang <louischang@google.com> | Mon Apr 12 09:35:51 2021 +0800 |
committer | Louis Chang <louischang@google.com> | Fri Apr 23 14:34:38 2021 +0800 |
tree | d7b4ba70c16d71603beca5baee9510cc92e2a4d2 | |
parent | 062b61f2de442a876ddcee30b120b6bab18fb8f9 [diff] |
Do not relaunch bg activities when application info changes Update the configurations via ActivityTaskManager to prevent the activities being relaunched while in background. Instead, the activities will be relaunched after brought to front and being visible. This also prevents all activities in the system being relaunched at the same time. Bug: 185301309 Test: update app info via shell command while activity in background Change-Id: Ibf93b9e3f203578c25e0b6b50494065938790f24