Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
cba5031e
Commit
cba5031e
authored
Oct 02, 2012
by
Ludovic Fauvet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace version code by constant
parent
2c7f2e7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
vlc-android/src/org/videolan/vlc/Util.java
vlc-android/src/org/videolan/vlc/Util.java
+1
-2
No files found.
vlc-android/src/org/videolan/vlc/Util.java
View file @
cba5031e
...
...
@@ -234,8 +234,7 @@ public class Util {
public
static
boolean
isJellyBeanOrLater
()
{
//TODO Compare with VERSION_CODES once targetSdkVersion >= 16
return
android
.
os
.
Build
.
VERSION
.
SDK_INT
>=
16
;
return
android
.
os
.
Build
.
VERSION
.
SDK_INT
>=
android
.
os
.
Build
.
VERSION_CODES
.
JELLY_BEAN
;
}
public
static
boolean
hasNavBar
()
...
...
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