Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d829f9ed authored by Tony Mantler's avatar Tony Mantler Committed by android-build-merger
Browse files

Merge "Remove redundant twiddling of Settings.Secure.ACCESSIBILITY_ENABLED" into nyc-dev

am: 79d7e54f

* commit '79d7e54f':
  Remove redundant twiddling of Settings.Secure.ACCESSIBILITY_ENABLED
parents d21f6a66 79d7e54f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -145,11 +145,6 @@ public class AccessibilityUtils {
        Settings.Secure.putStringForUser(context.getContentResolver(),
                Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES,
                enabledServicesBuilder.toString(), userId);

        // Update accessibility enabled.
        Settings.Secure.putIntForUser(context.getContentResolver(),
                Settings.Secure.ACCESSIBILITY_ENABLED, accessibilityEnabled ? 1 : 0,
                userId);
    }

    private static Set<ComponentName> getInstalledServices(Context context) {