We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f76176 + 5a48f97 commit 11fd02fCopy full SHA for 11fd02f
services/java/com/android/server/accessibility/AccessibilityManagerService.java
@@ -1024,10 +1024,7 @@ public void setDynamicallyConfigurableProperties(AccessibilityServiceInfo info)
1024
mIsDefault = (info.flags & DEFAULT) != 0;
1025
1026
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) {
+ >= Build.VERSION_CODES.JELLY_BEAN) {
1031
mIncludeNotImportantViews =
1032
(info.flags & FLAG_INCLUDE_NOT_IMPORTANT_VIEWS) != 0;
1033
}
0 commit comments