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