commit | a10a7e51bfd764d4b8ad7243d89ca5c305f9ddbb | [log] [tgz] |
---|---|---|
author | rishb <rishb@google.com> | Tue Apr 28 16:33:18 2020 +0200 |
committer | Rishabh Bhardwaj <rishb@google.com> | Wed May 27 14:55:17 2020 +0000 |
tree | 6de5c96ea4b7d225a5884ac1455cdb4a25e47181 | |
parent | a7b994f52b6dde6092307c45d0656ccd2e64cd25 [diff] |
Start BootUsbService on user switch Start BootUsbService for non-system users, or the system user if it is running as a "real" user. Fixes: 150893239 Bug: 149046747 Test: Manually switch user and ensure for Android Auto icon is blue (active) Change-Id: Ie269bda4f3e2738f2bfc06cb71c3198e177c9006
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.