diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2021-11-11 21:57:31 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-11-11 21:57:31 +0000 |
| commit | 030f8655d57f8a09e1d5b7ce414781a2d23a0099 (patch) | |
| tree | c08ea0fa93f08f744114c9fbe41f5aa72e6cfbdf /core/java/android | |
| parent | f28a7250eced71e09af94c8d364a16e52d16f3ad (diff) | |
| parent | 8ec0563e487e00dbb735f613861514194ad904d5 (diff) | |
Merge "Move ENABLED_ACCESSIBILITY_AUDIO_DESCRITPION_BY_DEFAULT from Settings.Global to Settings.Secure."
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/provider/Settings.java | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 295ed774f1e4..e46844babe45 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -7158,6 +7158,13 @@ public final class Settings { public static final String ACCESSIBILITY_ENABLED = "accessibility_enabled"; /** + * Whether select sound track with audio description by default. + * @hide + */ + public static final String ENABLED_ACCESSIBILITY_AUDIO_DESCRIPTION_BY_DEFAULT = + "enabled_accessibility_audio_description_by_default"; + + /** * Setting specifying if the accessibility shortcut is enabled. * @hide */ @@ -10415,14 +10422,6 @@ public final class Settings { "enable_accessibility_global_gesture_enabled"; /** - * Whether select sound track with audio description by default. - * @hide - */ - @Readable - public static final String ENABLE_ACCESSIBILITY_AUDIO_DESCRIPTION_BY_DEFAULT = - "enable_accessibility_audio_description_by_default"; - - /** * Whether Airplane Mode is on. */ @Readable |
