diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-08-18 04:26:27 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-08-18 04:26:27 +0000 |
| commit | bcda45e355d3c605a7d305d3936cb99888ee5b9b (patch) | |
| tree | 0ba83664f9841e53286fe3ce7fa9818d29eaa931 /core/java | |
| parent | 89746c9a3c65eb111158074f8b57b01c21420abd (diff) | |
| parent | 7565104296d4aaeaad2030b496f8d713f330b5fd (diff) | |
Merge "Add a SettingsProvider key for Adaptive connectivity"
Diffstat (limited to 'core/java')
| -rw-r--r-- | 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 73b33c20d296..6903a995bf7b 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -9037,6 +9037,13 @@ public final class Settings { "accessibility_magnification_capability"; /** + * 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. * |
