commit | 762e0f9a2e9945a8b8cf1c3c93e3b70af8201908 | [log] [tgz] |
---|---|---|
author | Nadav Bar <nadavbar@google.com> | Thu Aug 06 12:25:19 2020 +0300 |
committer | Nadav Bar <nadavbar@google.com> | Tue Aug 11 09:44:05 2020 +0300 |
tree | 5ee788d844973692e485d530c61218a8f5beb582 | |
parent | 9547241ba12a2b89609484217ec8ea7d276c7601 [diff] |
Fix SystemCaptionsManagerService to re-bind after a force stop This change also fixes a bug in AbstractMasterSystemService where following a "force stop", the per-user service was not updated if PACKAGE_RESTART_POLICY_REFRESH_EAGER was specified. These behavior resulted with getServiceComponentName returning null and the service not being restarted. Bug: 160735520 Bug: 160693548 Bug: 160644088 Change-Id: I2f66273bd90e9bb220f799d8ab3b024637b33c24 Test: Manually