Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c01d142 authored by Frank Li's avatar Frank Li Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: Ie3e4e8f29918df55cccc294cd9c3492484952358
parents 6c5b5b08 51af7130
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ enum UpstreamType {

enum UserType {
    // Unknown.
    USER_UNKOWNN = 0;
    USER_UNKNOWN = 0;
    // Settings.
    USER_SETTINGS = 1;
    // System UI.