commit | 6449797e6fb00caee96b204e7f35878db5cb2415 | [log] [tgz] |
---|---|---|
author | Mayank Garg <gargmayank@google.com> | Thu Jan 09 18:01:09 2020 -0800 |
committer | Mayank Garg <gargmayank@google.com> | Fri Jan 10 17:12:11 2020 -0800 |
tree | af5921fb32fe33f75cf445c22cbd594dc95107a5 | |
parent | 21811391c01493a4a17bfa7b1c5ac379d9c76c33 [diff] |
Adding option in global setting to control the display message during user switch Bug: 145915635 Test: adb shell settings put global android.car.ENABLE_USER_SWITCH_DEVELOPER_MESSAGE true Change-Id: I64479733b0bb036a21a9291bac1448196a00a36c
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.