Loading services/accessibility/java/com/android/server/accessibility/AccessibilityManagerService.java +4 −1 Original line number Diff line number Diff line Loading @@ -1070,8 +1070,11 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub newValue, restoredFromSdk); } } // Currently in SUW, the user can't see gesture shortcut option as the // navigation system is set to button navigation. We'll rely on the // SettingsBackupAgent to restore the settings since we don't // need to merge an empty gesture target. case Settings.Secure.ACCESSIBILITY_BUTTON_TARGETS, Settings.Secure.ACCESSIBILITY_GESTURE_TARGETS, Settings.Secure.ACCESSIBILITY_QS_TARGETS, Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE -> restoreShortcutTargets(newValue, Loading Loading
services/accessibility/java/com/android/server/accessibility/AccessibilityManagerService.java +4 −1 Original line number Diff line number Diff line Loading @@ -1070,8 +1070,11 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub newValue, restoredFromSdk); } } // Currently in SUW, the user can't see gesture shortcut option as the // navigation system is set to button navigation. We'll rely on the // SettingsBackupAgent to restore the settings since we don't // need to merge an empty gesture target. case Settings.Secure.ACCESSIBILITY_BUTTON_TARGETS, Settings.Secure.ACCESSIBILITY_GESTURE_TARGETS, Settings.Secure.ACCESSIBILITY_QS_TARGETS, Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE -> restoreShortcutTargets(newValue, Loading