summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authormenghanli <menghanli@google.com>2020-03-11 20:52:47 +0800
committermenghanli <menghanli@google.com>2020-03-25 07:46:41 +0800
commit390f8f9be923554b7f0ad043e0412e3c2053c5ad (patch)
tree742d1c80b961241e254ce78367415c9d603325af /core/java/android
parent962946c9b14e829dfd609a83c41eb1f18149e95d (diff)
Accessibility Service & Shortcut Redesign - Remove “volume key shortcut” setting (5/n)
- Target to fix migration issue to support a user revoked the accessibility shortcut before upgrading to R, but wants to to apply new hardware shortcut design in R. - The switchbar of accessibility_shortcut_enabled was removed in (1/n), so we should also remove related checker in controller. Bug: 142529032 Test: atest AccessibilityShortcutControllerTest Change-Id: I48f8d88c4192e894b9e210221e5dc7e701344623
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/provider/Settings.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index a28ea899694c..bd06cee7df9f 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -6564,13 +6564,6 @@ public final class Settings {
* Setting specifying if the accessibility shortcut is enabled.
* @hide
*/
- public static final String ACCESSIBILITY_SHORTCUT_ENABLED =
- "accessibility_shortcut_enabled";
-
- /**
- * Setting specifying if the accessibility shortcut is enabled.
- * @hide
- */
public static final String ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN =
"accessibility_shortcut_on_lock_screen";