commit | cd005ebf76d9bde584987be4690b128f687bc46d | [log] [tgz] |
---|---|---|
author | younghwan1.kim <younghwan1.kim@lge.com> | Thu Apr 02 19:15:11 2015 +0900 |
committer | younghwan1.kim <younghwan1.kim@lge.com> | Fri Apr 03 08:08:30 2015 +0900 |
tree | e4e98891ee921f94e7e4cc46e27c10d6240bf0b4 | |
parent | 64c8a07345cb7cb01b3e98442b52c51d473fbf2d [diff] |
[ActivityManager] Do not add service to reschedule after removing users. Some service which has persistent attribute has restarted again and again after removing users. but it dies right after launching because it is not valid in owner mode. This patch will check service's userId whether userId is alive or not. And then if userId is not alive, then service will bring down. Change-Id: Id99bf3c651b88e377f1fd6bec8aaad81318d7579