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

Commit 54804166 authored by Mir Noshin Jahan's avatar Mir Noshin Jahan Committed by Android (Google) Code Review
Browse files

Merge "Add Settings contract keys for adaptive Wi-Fi and mobile network toggle switches" into main

parents 19058346 cd97aa33
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -69,6 +69,12 @@ const val KEY_SCREEN_ATTENTION = "screen_attention"
/** Contract key for the "Use adaptive connectivity" setting. */
const val KEY_ADAPTIVE_CONNECTIVITY = "adaptive_connectivity"

/** Contract key for the "Auto-switch Wi-Fi to Cellular" setting. */
const val KEY_ADAPTIVE_WIFI_SCORER = "adaptive_wifi_scorer"

/** Contract key for the " Auto-switch mobile network for battery life" setting. */
const val KEY_ADAPTIVE_MOBILE_NETWORK = "adaptive_mobile_network"

/** Contract key for the "WiFi hotspot" setting. */
const val KEY_WIFI_HOTSPOT = "enable_wifi_ap"