commit | e526c057945515848d2b7db198c961156c3ccf44 | [log] [tgz] |
---|---|---|
author | Keith Mok <keithmok@google.com> | Tue Sep 27 23:32:54 2022 +0000 |
committer | Keith Mok <keithmok@google.com> | Wed Sep 28 23:09:47 2022 +0000 |
tree | 14586c3a9511cd7e1a8c4da383664bc9a0057dcf | |
parent | c3d3c58e445fc428de8d758607d9a17a580a2b0a [diff] |
Add HIDE_OVERLAY_WINDOWS CarResolverActivity which extends ResolverActivity is missing HIDE_OVERLAY_WINDOWS permission to prevent overlay windows. Bug: 143559931 Bug: 241956916 Test: run sts-dynamic-full --abi x86 -m CtsSecurityBulletinHostTestCases -t android.security.cts.CVE_2021_0954#testPocCVE_2021_0954 (cherry picked from commit fb6e3a4b156308e87a2e958c0064fa1bb4b6b3ad) Merged-In: Ie7b58f36ec1991bb50b0b1dc81be45e727493b1b Change-Id: Ie7b58f36ec1991bb50b0b1dc81be45e727493b1b
Source code for Android Automotive OS.
car_product/ - AAOS product car-builtin-lib/ - A helper library for CarService to access hidden framework APIs car-lib/ - Car API car-lib-module/ - Car API module cpp/ - Native services experimental/ - Experimental Car API and services packages/ - Apps and services for cars service/ - Car service module service-builint - Platform builtin component that runs CarService module tests/ - Tests and sample apps tools/ - Helper scripts
Native (C++) code format is required to be compatible with .clang-format file. The formatter is already integrated to repo
tool. To run manually, use:
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.