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
......@@ -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;
}
/**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment