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

Commit 061ceb0a authored by Goven Liu's avatar Goven Liu Committed by Android (Google) Code Review
Browse files

Merge "[Wi-Fi] Add a new proto field for new Settings page."

parents 9bf61370 f7efb7a7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2401,4 +2401,11 @@ enum PageId {
    // OS: Q
    // Note: Gear icon is shown next to gesture navigation preference and opens sensitivity dialog
    SETTINGS_GESTURE_NAV_BACK_SENSITIVITY_DLG = 1748;

    // ---- End Q Constants, all Q constants go above this line ----
    // OPEN: Settings > Network & Internet > Wi-Fi > Click new network
    // CATEGORY: SETTINGS
    // OS: R
    SETTINGS_WIFI_CONFIGURE_NETWORK = 1800;

}