Merge "Add metrics constant for platform compat UI." into qt-qpr1-dev-plus-aosp

This commit is contained in:
Andrei-Valentin Onea
2019-11-20 20:07:09 +00:00
committed by Android (Google) Code Review

View File

@@ -2411,4 +2411,9 @@ enum PageId {
// CATEGORY: SETTINGS
// OS: Q
SETTINGS_GESTURE_TAP = 1751;
// OPEN: Settings > Developer Options > Platform Compat
// CATEGORY: SETTINGS
// OS: R
SETTINGS_PLATFORM_COMPAT_DASHBOARD = 1805;
}