return SystemProperties.getInt(propName, context.getResources().getInteger(resId));
final String prop = SystemProperties.get(propName, UNSET); return !UNSET.equals(prop) ? prop.split(",") : context.getResources().getStringArray(resId);