diff options
| -rw-r--r-- | proto/src/metrics_constants.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index bb6ed74c95cb..8d7afc23c6a8 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4262,6 +4262,9 @@ message MetricsEvent { // OS: O MR DATA_PLAN_USAGE_SUMMARY = 1088; + // FIELD: The numeric preference value (of type int) when it is changed in Settings + FIELD_SETTINGS_PREFERENCE_CHANGE_INT_VALUE = 1089; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS } |