Merge "[Settings] Avoid from crash - SystemProp default null" into sc-qpr1-dev
This commit is contained in:
@@ -288,7 +288,7 @@ public class MobileNetworkUtils {
|
|||||||
final ContentResolver cr = context.getContentResolver();
|
final ContentResolver cr = context.getContentResolver();
|
||||||
final boolean esimIgnoredDevice =
|
final boolean esimIgnoredDevice =
|
||||||
Arrays.asList(TextUtils.split(SystemProperties.get(KEY_ESIM_CID_IGNORE, ""), ","))
|
Arrays.asList(TextUtils.split(SystemProperties.get(KEY_ESIM_CID_IGNORE, ""), ","))
|
||||||
.contains(SystemProperties.get(KEY_CID, null));
|
.contains(SystemProperties.get(KEY_CID));
|
||||||
final boolean enabledEsimUiByDefault =
|
final boolean enabledEsimUiByDefault =
|
||||||
SystemProperties.getBoolean(KEY_ENABLE_ESIM_UI_BY_DEFAULT, true);
|
SystemProperties.getBoolean(KEY_ENABLE_ESIM_UI_BY_DEFAULT, true);
|
||||||
final boolean euiccProvisioned =
|
final boolean euiccProvisioned =
|
||||||
|
Reference in New Issue
Block a user