v0.7.2b: removed unused compatibility check
This commit is contained in:
parent
e74d926d50
commit
b2409522d9
|
@ -39,10 +39,6 @@ public class DeviceCompat {
|
|||
return Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN;
|
||||
}
|
||||
|
||||
public static boolean supportsPlayServices(){
|
||||
return Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH;
|
||||
}
|
||||
|
||||
public static boolean usesISO_8859_1(){
|
||||
return Build.VERSION.SDK_INT == Build.VERSION_CODES.FROYO;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user