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

Commit d562b1bf authored by Arc Wang's avatar Arc Wang
Browse files

Add a SettingsProvider key for Adaptive connectivity

Adaptive connectivity is a feature to manage 5G connectivity
for better battery life.

Bug: 162871294
Test: compile
Change-Id: I719e44a29a54ee886e5d3a7180fd3ad9a7dff599
parent 5188d09a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2743,4 +2743,9 @@ enum PageId {
    // CATEGORY: SETTINGS
    // OS: S
    DIALOG_MAGNIFICATION_SWITCH_SHORTCUT = 1849;

    // OPEN: Settings > Network & internet > Adaptive connectivity
    // CATEGORY: SETTINGS
    // OS: R QPR
    ADAPTIVE_CONNECTIVITY_CATEGORY = 1850;
}