repo.or.cz
/
bylock.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
first commit
[bylock.git]
/
sources
/
com
/
google
/
android
/
gms
/
d
/
bp.java
blob
d3a5dd7ce14b955045ab44672d9dadbff3891ee2
1
package
com
.
google
.
android
.
gms
.
d
;
2
3
import
android
.
os
.
Build
;
4
5
class
bp
{
6
bp
() {
7
}
8
9
public
bo
a
() {
10
return
b
() <
8
?
new
at
() :
new
au
();
11
}
12
13
/* access modifiers changed from: package-private */
14
public int
b
() {
15
return
Build
.
VERSION
.
SDK_INT
;
16
}
17
}