Merge "Correct the name of enum UserType item" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
06cfd49914
@ -87,7 +87,7 @@ enum UpstreamType {
|
||||
|
||||
enum UserType {
|
||||
// Unknown.
|
||||
USER_UNKOWNN = 0;
|
||||
USER_UNKNOWN = 0;
|
||||
// Settings.
|
||||
USER_SETTINGS = 1;
|
||||
// System UI.
|
||||
|
Reference in New Issue
Block a user