Merge "Correct the name of enum UserType item" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-22 17:06:58 +00:00
committed by Android (Google) Code Review

View File

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