Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Launcher3
Commits
ce0117dc
Commit
ce0117dc
authored
10 years ago
by
Nick Kralevich
Committed by
Bill Yi
10 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix build
Bug: 18040469 Change-Id: I24db4d3f4b7ee10ecf5a2c65035ce112271539fb
parent
6c5b4a94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/com/android/launcher3/Utilities.java
src/com/android/launcher3/Utilities.java
+1
-1
No files found.
src/com/android/launcher3/Utilities.java
View file @
ce0117dc
...
...
@@ -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
.
L
OLLIPOP
;
}
/**
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment