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

Commit ce0117dc authored by Nick Kralevich's avatar Nick Kralevich Committed by Bill Yi
Browse files

fix build

Bug: 18040469
Change-Id: I24db4d3f4b7ee10ecf5a2c65035ce112271539fb
parent 6c5b4a94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ public final class Utilities {
     * Indicates if the device is running LMP or higher.
     */
    public static boolean isLmpOrAbove() {
        return Build.VERSION.SDK_INT >= Build.VERSION_CODES.L;
        return Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP;
    }

    /**