am 11fd02f6: Merge "Update the API version checks." into jb-dev

* commit '11fd02f63acba18a1b03351b595490597136fc6a':
  Update the API version checks.
This commit is contained in:
Svetoslav Ganov
2012-05-14 19:32:49 -07:00
committed by Android Git Automerger

View File

@@ -1024,10 +1024,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub
mIsDefault = (info.flags & DEFAULT) != 0;
if (mIsAutomation || info.getResolveInfo().serviceInfo.applicationInfo.targetSdkVersion
// TODO: Uncomment this line and remove the line below when JellyBean
// SDK version is finalized.
// >= Build.VERSION_CODES.JELLY_BEAN) {
> Build.VERSION_CODES.ICE_CREAM_SANDWICH_MR1) {
>= Build.VERSION_CODES.JELLY_BEAN) {
mIncludeNotImportantViews =
(info.flags & FLAG_INCLUDE_NOT_IMPORTANT_VIEWS) != 0;
}