Add metric constant for Developer options > qs tile config
Bug: 67603649
Test: rebuild
Change-Id: I2a62bb034f1102d6c1fe05af371ff90b2b603916
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index e17a6a6..4834f38 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -4665,6 +4665,9 @@
// OS: P
DIALOG_CLEAR_ADB_KEYS = 1223;
+ // Open: Settings > Developer options > Quick setting tile config
+ DEVELOPMENT_QS_TILE_CONFIG = 1224;
+
// Add new aosp constants above this line.
// END OF AOSP CONSTANTS
}