Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ec37a9b authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android Git Automerger
Browse files

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

* commit '11fd02f6':
  Update the API version checks.
parents 21ba7c96 11fd02f6
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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;
            }