Merge "Add metric constants for foldable screen"
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto
index dec0c29..f2ae161 100644
--- a/proto/src/metrics_constants/metrics_constants.proto
+++ b/proto/src/metrics_constants/metrics_constants.proto
@@ -6621,6 +6621,12 @@
// OS: Q
FIELD_IS_FULL_QS = 1593;
+ // ACTION: Display folding state was changed
+ // CATEGORY: OTHER
+ // SUBTYPE: 1 if display is folded, 0 if not.
+ // OS: Q
+ ACTION_DISPLAY_FOLD = 1594;
+
// ---- End Q Constants, all Q constants go above this line ----
// Add new aosp constants above this line.