Merge "Re-enable accessibility when UiAutomation closed." into nyc-dev
This commit is contained in:
@@ -3077,6 +3077,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
|
|||||||
userState.mInstalledServices.remove(mAccessibilityServiceInfo);
|
userState.mInstalledServices.remove(mAccessibilityServiceInfo);
|
||||||
userState.mEnabledServices.remove(mComponentName);
|
userState.mEnabledServices.remove(mComponentName);
|
||||||
userState.destroyUiAutomationService();
|
userState.destroyUiAutomationService();
|
||||||
|
readConfigurationForUserStateLocked(userState);
|
||||||
}
|
}
|
||||||
if (mId == getMagnificationController().getIdOfLastServiceToMagnify()) {
|
if (mId == getMagnificationController().getIdOfLastServiceToMagnify()) {
|
||||||
getMagnificationController().resetIfNeeded(true);
|
getMagnificationController().resetIfNeeded(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user