Hold user unlock notification until system boot complete
- This guarantee all system services ready when car servie gates on user 0 or user 10+ unlocking. - Alternative is to notify system boot complete separately but that makes API usage inside car service complex. So change the meaning of user 0 unlock deliverto car service to guarantee system ready for now. - TODO: If separate hook is added to mark system ready for SystemServer, this delay can be made shorter. Currently there is no separate life cycle method, so it should wait until system boot complete. Bug: 130810919 Test: Reboot and check car service operation. Change-Id: Ib8a20c5913f6f0159e8fff42a4660c525a254977
Loading