commit | 185a3103a4a3c60ef1a65ef9abd88a8f583083bd | [log] [tgz] |
---|---|---|
author | Yan Zhu <yanzhuyan@google.com> | Mon Apr 06 22:43:54 2020 -0700 |
committer | Yan Zhu <yanzhuyan@google.com> | Wed Apr 08 11:42:29 2020 -0700 |
tree | ab01ceff333a43e73ac21b0fec3e7a0b9a1a3000 | |
parent | 140b15266268555772b88e85a9b3559fa51283bb [diff] |
Guest user with enabled lock screen resume from Ram behavior - If OEM allows to preserve user and guest user has lock screen enabled, do not switch to new user - Test for new behavior Bug: 152885335 Test: atest InitialUserSetterTest Change-Id: Ic5e79e6008090e6c0fa6889a43e5abb5f99ba3e1
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.