Skip to content

Commit 1cc478f

Browse files
it is ICS and above... (lets call it correctly)
1 parent 1dd447c commit 1cc478f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/de/esukom/decoit/android/ifmapclient/device/DeviceProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public DeviceProperties(Context appContext) {
6464
if (sdkVersion < Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
6565
className = "de.esukom.decoit.android.ifmapclient.device.phone.PhonePropertiesLegacy";
6666
} else {
67-
className = "de.esukom.decoit.android.ifmapclient.device.phone.PhonePropertiesIcs";
67+
className = "de.esukom.decoit.android.ifmapclient.device.phone.PhonePropertiesLatest";
6868
}
6969

7070
/*

0 commit comments

Comments
 (0)