commit | f309e71ae61f0ccd8bffb21292822cd443939f7f | [log] [tgz] |
---|---|---|
author | Alexander Mishkovets <amishkovets@google.com> | Thu Nov 12 21:53:50 2020 +0100 |
committer | Alexander Mishkovets <amishkovets@google.com> | Thu Nov 12 22:14:24 2020 +0100 |
tree | 4825c5cf9a93883cf22ce444fbd2c07db70a6498 | |
parent | 55565555ae2b71236a4a281563da37ac51f66948 [diff] |
Optionally allow to end on-going call via call button Add a configuration flag to enable usage of physical call button to end an on-going call. Bug: 172907394 Test: atest CarServiceUnitTest manual verification Merged-In: I498e45f87d1a43e9469cbdf1ccefaecba03e9afa Change-Id: I7f50df0538161933622181b09567483707e72cee (cherry picked from commit de539cd4dfc65fdbc2d87859aff520c90bdd20b2)
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.