diff options
| author | Arc Wang <arcwang@google.com> | 2020-08-15 12:32:18 +0800 |
|---|---|---|
| committer | Arc Wang <arcwang@google.com> | 2020-08-24 20:26:16 +0800 |
| commit | d631c648b3e6575ccaa22c1e43f57bc2364374fd (patch) | |
| tree | 44dc75869055094d9710dc10d31ba92ad53a7f6d /core/java/android | |
| parent | 6e43615af3aa0a37e50d0c928d868b2403a2ac30 (diff) | |
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
Merged-In: I719e44a29a54ee886e5d3a7180fd3ad9a7dff599
Diffstat (limited to 'core/java/android')
| -rwxr-xr-x | core/java/android/provider/Settings.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index b5d0b78dcc76..10ac27ca57fd 100755 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -8966,6 +8966,13 @@ public final class Settings { public static final int ACCESSIBILITY_MAGNIFICATION_MODE_WINDOW = 0x2; /** + * Whether the Adaptive connectivity option is enabled. + * + * @hide + */ + public static final String ADAPTIVE_CONNECTIVITY_ENABLED = "adaptive_connectivity_enabled"; + + /** * Keys we no longer back up under the current schema, but want to continue to * process when restoring historical backup datasets. * |
