Fix the initialization issue in AccessibilityManager
There is an issue when the AccessibilityManagerService receives the onSomePackageChange callback before the UserSwitch signal. The service would be marked as initialized, but it would not load the services when the switch user signal would be later received. This patch ensures the onSomePackageChanged is handled only after the service is initialized. Bug: 340927041 Test: atest AccessibilityEndToEndTest Test: AccessibilityManagerServiceTest in presubmit Change-Id: I99fba0d08cb0ca5f2e24c104d1a7735109955683
Loading
Please register or sign in to comment