Merge "Fix ACCESSIBILITY_ENABLED settings." into nyc-dev
This commit is contained in:
@@ -1549,7 +1549,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
|
||||
try {
|
||||
Settings.Secure.putIntForUser(mContext.getContentResolver(),
|
||||
Settings.Secure.ACCESSIBILITY_ENABLED,
|
||||
userState.isHandlingAccessibilityEvents() ? 0 : 1,
|
||||
userState.isHandlingAccessibilityEvents() ? 1 : 0,
|
||||
userState.mUserId);
|
||||
} finally {
|
||||
Binder.restoreCallingIdentity(identity);
|
||||
|
||||
Reference in New Issue
Block a user