Merge "Add Settings contract keys for adaptive Wi-Fi and mobile network toggle switches" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
54804166e4
@@ -69,6 +69,12 @@ const val KEY_SCREEN_ATTENTION = "screen_attention"
|
|||||||
/** Contract key for the "Use adaptive connectivity" setting. */
|
/** Contract key for the "Use adaptive connectivity" setting. */
|
||||||
const val KEY_ADAPTIVE_CONNECTIVITY = "adaptive_connectivity"
|
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. */
|
/** Contract key for the "WiFi hotspot" setting. */
|
||||||
const val KEY_WIFI_HOTSPOT = "enable_wifi_ap"
|
const val KEY_WIFI_HOTSPOT = "enable_wifi_ap"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user