v0.7.2b: removed unused compatibility check

This commit is contained in:
Evan Debenham 2019-03-30 03:43:55 -04:00
parent e74d926d50
commit b2409522d9

View File

@ -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;
}