commit | 15b84cbb1a0381c359425a83bfbb6838ef21797c | [log] [tgz] |
---|---|---|
author | Jordan Jozwiak <jjoz@google.com> | Wed Jul 22 07:52:39 2020 -0700 |
committer | Jordan Jozwiak <jjoz@google.com> | Wed Jul 22 07:52:39 2020 -0700 |
tree | 47bdba1d7c69f7d4fe7a8747144e71161818284c | |
parent | 0e947eb1a709e5831df1d466cbb35a34917fb6e3 [diff] |
Expose available properties by adding permissions The KitchenSink app section "Property Test" is frequently used to test what properties are available. Many properties were not showing up since KitchenSink did not have the appropriate permissions. Bug: 161888088 Test: Open "Property Test" fragment to verify properties show up Change-Id: Ia8dfa30aec52de9691c52a0e9a651e4292bd13d4
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.