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

Commit f7efb7a7 authored by govenliu's avatar govenliu
Browse files

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

Add a new page id for proto upload log use.

In settings -> Network and Internet -> Wi-Fi, when click a new Wi-Fi AP, need to change the configure UI from dialog type to preference fragment page type, so need a new ID for new fragment page.

Test: will test in the latter Settings APP CL
Change-Id: I150d551d296732619603cd5d4a7a2de9fe79dae8
parent 34d7f995
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;

}