Merge "Allow services enabled after force close"

This commit is contained in:
Jacky Kao
2021-01-07 23:45:20 +00:00
committed by Android (Google) Code Review

View File

@@ -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);