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

Commit b149c5af authored by govenliu's avatar govenliu
Browse files

[Wi-Fi] Add a new proto field for adding new networks panel page.

Add a new metric for proto upload log use.

For R feature: Add a mechanism for apps to add saved networks to the
device, need to define a new metric for this page.

Bug: 144891278
Test: will test in the Settings APP CL
Change-Id: I819ba0b39401576ab04e8f9adb9b7196a61fc6f6
parent f9c88096
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2472,4 +2472,9 @@ enum PageId {
    // CATEGORY: SETTINGS
    // OS: R
    SETTINGS_BUGREPORT_HANDLER = 1808;

    // Panel for adding Wi-Fi networks
    // CATEGORY: SETTINGS
    // OS: R
    PANEL_ADD_WIFI_NETWORKS = 1809;
}