commit | a6733204e994af01cd9f936621bbab72b80eb1a8 | [log] [tgz] |
---|---|---|
author | Felka Chang <felkachang@google.com> | Thu Sep 10 11:28:18 2020 +0800 |
committer | Felka Chang <felkachang@google.com> | Thu Oct 08 00:18:29 2020 +0800 |
tree | 65e0814c7ac52dc621b674a4dd8c2110fa84f151 | |
parent | 56ff07741b180e546d915bc4f5025c14e68645bd [diff] |
Remove PackageManager.getResourcesForApplicationAsUser API To switch another user to do something should create the context of the specified user rather than creating *AsUser API. Test: make -j droid cts gts vts Test: atest FrameworksServicesTests:com.android.server.pm Bug: 72863210 Change-Id: I54ccb9e405db3c5be9cbdae06706a516d8b1048b
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.