Merge "Correct the name of enum UserType item" am: 51af7130bf

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1345374

Change-Id: Ie3e4e8f29918df55cccc294cd9c3492484952358
This commit is contained in:
Frank Li
2020-06-23 01:27:40 +00:00
committed by Automerger Merge Worker

View File

@@ -87,7 +87,7 @@ enum UpstreamType {
enum UserType {
// Unknown.
USER_UNKOWNN = 0;
USER_UNKNOWN = 0;
// Settings.
USER_SETTINGS = 1;
// System UI.