Loading core/java/android/os/Build.java 100644 → 100755 +2 −1 Original line number Diff line number Diff line Loading @@ -1113,7 +1113,8 @@ public class Build { * null (if, for instance, the radio is not currently on). */ public static String getRadioVersion() { return SystemProperties.get(TelephonyProperties.PROPERTY_BASEBAND_VERSION, null); String propVal = SystemProperties.get(TelephonyProperties.PROPERTY_BASEBAND_VERSION); return TextUtils.isEmpty(propVal) ? null : propVal; } private static String getString(String property) { Loading Loading
core/java/android/os/Build.java 100644 → 100755 +2 −1 Original line number Diff line number Diff line Loading @@ -1113,7 +1113,8 @@ public class Build { * null (if, for instance, the radio is not currently on). */ public static String getRadioVersion() { return SystemProperties.get(TelephonyProperties.PROPERTY_BASEBAND_VERSION, null); String propVal = SystemProperties.get(TelephonyProperties.PROPERTY_BASEBAND_VERSION); return TextUtils.isEmpty(propVal) ? null : propVal; } private static String getString(String property) { Loading