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

Commit d4710c87 authored by Sander Alewijnse's avatar Sander Alewijnse Committed by Android (Google) Code Review
Browse files

Merge "Update targetSdkVersion check." into lmp-dev

parents 1391d8a9 38ea779b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -491,8 +491,7 @@ public class ResolverActivity extends Activity implements AdapterView.OnItemClic
    }

    private boolean versionNumberAtLeastL(int versionNumber) {
        // TODO: remove "|| true" once the build code for L is fixed.
        return versionNumber >= Build.VERSION_CODES.L || true;
        return versionNumber >= Build.VERSION_CODES.L;
    }

    private void setAlwaysButtonEnabled(boolean hasValidSelection, int checkedPos,