Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbc6e4b7 authored by Raff Tsai's avatar Raff Tsai Committed by Android (Google) Code Review
Browse files

Merge "Add metrics constant for Settings new pages"

parents e6f71a1e 14c6c7d8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2451,4 +2451,14 @@ enum PageId {
    // CATEGORY: SETTINGS
    // OS: R
    SETTINGS_PLATFORM_COMPAT_DASHBOARD = 1805;

    // OPEN: Settings > Location -> Work profile tab
    // CATEGORY: SETTINGS
    // OS: R
    LOCATION_WORK = 1806;

    // OPEN: Settings > Account -> Work profile tab
    // CATEGORY: SETTINGS
    // OS: R
    ACCOUNT_WORK = 1807;
}