Loading services/java/com/android/server/accessibility/AccessibilityManagerService.java +10 −8 Original line number Diff line number Diff line Loading @@ -1004,6 +1004,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub mNotificationTimeout = info.notificationTimeout; mIsDefault = (info.flags & DEFAULT) != 0; if (!mIsAutomation) { final int targetSdkVersion = info.getResolveInfo().serviceInfo.applicationInfo.targetSdkVersion; // TODO: Uncomment this line and remove the line below when JellyBean Loading @@ -1013,6 +1014,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub mIncludeNotImportantViews = (info.flags & INCLUDE_NOT_IMPORTANT_VIEWS) != 0; } } synchronized (mLock) { tryAddServiceLocked(this); Loading Loading
services/java/com/android/server/accessibility/AccessibilityManagerService.java +10 −8 Original line number Diff line number Diff line Loading @@ -1004,6 +1004,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub mNotificationTimeout = info.notificationTimeout; mIsDefault = (info.flags & DEFAULT) != 0; if (!mIsAutomation) { final int targetSdkVersion = info.getResolveInfo().serviceInfo.applicationInfo.targetSdkVersion; // TODO: Uncomment this line and remove the line below when JellyBean Loading @@ -1013,6 +1014,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub mIncludeNotImportantViews = (info.flags & INCLUDE_NOT_IMPORTANT_VIEWS) != 0; } } synchronized (mLock) { tryAddServiceLocked(this); Loading