Skip to content

Commit 11fd02f

Browse files
sganovAndroid (Google) Code Review
authored andcommitted
Merge "Update the API version checks." into jb-dev
2 parents 8f76176 + 5a48f97 commit 11fd02f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

services/java/com/android/server/accessibility/AccessibilityManagerService.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,10 +1024,7 @@ public void setDynamicallyConfigurableProperties(AccessibilityServiceInfo info)
10241024
mIsDefault = (info.flags & DEFAULT) != 0;
10251025

10261026
if (mIsAutomation || info.getResolveInfo().serviceInfo.applicationInfo.targetSdkVersion
1027-
// TODO: Uncomment this line and remove the line below when JellyBean
1028-
// SDK version is finalized.
1029-
// >= Build.VERSION_CODES.JELLY_BEAN) {
1030-
> Build.VERSION_CODES.ICE_CREAM_SANDWICH_MR1) {
1027+
>= Build.VERSION_CODES.JELLY_BEAN) {
10311028
mIncludeNotImportantViews =
10321029
(info.flags & FLAG_INCLUDE_NOT_IMPORTANT_VIEWS) != 0;
10331030
}

0 commit comments

Comments
 (0)