diff options
| author | 2020-06-23 01:27:40 +0000 | |
|---|---|---|
| committer | 2020-06-23 01:27:40 +0000 | |
| commit | 9c01d142fc02432adda31ef9e8c897b50b31d181 (patch) | |
| tree | b653ab3ca88d17c9ce86edf1d7fe1c995b68d197 | |
| parent | 6c5b5b08038ab623deac840c1f1abea84667f0f8 (diff) | |
| parent | 51af7130bf5cc6de15a5c260abfd497865957c5c (diff) | |
Merge "Correct the name of enum UserType item" am: 51af7130bf
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1345374
Change-Id: Ie3e4e8f29918df55cccc294cd9c3492484952358
| -rw-r--r-- | core/proto/android/stats/connectivity/tethering.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/proto/android/stats/connectivity/tethering.proto b/core/proto/android/stats/connectivity/tethering.proto index 6303b7d1870b..13f0b8c44fb5 100644 --- a/core/proto/android/stats/connectivity/tethering.proto +++ b/core/proto/android/stats/connectivity/tethering.proto @@ -87,7 +87,7 @@ enum UpstreamType { enum UserType { // Unknown. - USER_UNKOWNN = 0; + USER_UNKNOWN = 0; // Settings. USER_SETTINGS = 1; // System UI. |