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

Commit d48e0d44 authored by Tony Mantler's avatar Tony Mantler
Browse files

Remove redundant twiddling of Settings.Secure.ACCESSIBILITY_ENABLED

This is handled by AccessibilityManagerService now

b/27477156

Change-Id: Ib55d753ec0bd07764780a126be4bb8e4a406d22d
parent e8cd832e
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) {