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

Commit 4eb327a0 authored by Jacky Kao's avatar Jacky Kao Committed by Android (Google) Code Review
Browse files

Merge "Allow services enabled after force close"

parents a4c1faff 068c567f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -508,6 +508,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub
                                }
                                it.remove();
                                userState.getBindingServicesLocked().remove(comp);
                                userState.getCrashedServicesLocked().remove(comp);
                                persistComponentNamesToSettingLocked(
                                        Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES,
                                        userState.mEnabledServices, userId);