Merge "Correct the name of enum UserType item" into rvc-dev am: 06cfd49914
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11932651 Change-Id: I75103ba087a2539c987a85b73976a9a0a77aa391
This commit is contained in:
commit
cd463e4191
@ -87,7 +87,7 @@ enum UpstreamType {
|
||||
|
||||
enum UserType {
|
||||
// Unknown.
|
||||
USER_UNKOWNN = 0;
|
||||
USER_UNKNOWN = 0;
|
||||
// Settings.
|
||||
USER_SETTINGS = 1;
|
||||
// System UI.
|
||||
|
Loading…
x
Reference in New Issue
Block a user