Merge "resolve merge conflicts of 04d262db15 to pi-dev-plus-aosp" into pi-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
4048d32e48
@@ -2491,6 +2491,13 @@ public class CarrierConfigManager {
|
|||||||
public static final String KEY_5G_ICON_CONFIGURATION_STRING =
|
public static final String KEY_5G_ICON_CONFIGURATION_STRING =
|
||||||
"5g_icon_configuration_string";
|
"5g_icon_configuration_string";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Indicates use 3GPP application to replace 3GPP2 application even if it's a CDMA/CDMA-LTE
|
||||||
|
* phone, becasue some carriers's CSIM application is present but not supported.
|
||||||
|
* @hide
|
||||||
|
*/
|
||||||
|
public static final String KEY_USE_USIM_BOOL = "use_usim_bool";
|
||||||
|
|
||||||
/** The default value for every variable. */
|
/** The default value for every variable. */
|
||||||
private final static PersistableBundle sDefaults;
|
private final static PersistableBundle sDefaults;
|
||||||
|
|
||||||
@@ -2872,6 +2879,7 @@ public class CarrierConfigManager {
|
|||||||
});
|
});
|
||||||
sDefaults.putString(KEY_5G_ICON_CONFIGURATION_STRING,
|
sDefaults.putString(KEY_5G_ICON_CONFIGURATION_STRING,
|
||||||
"connected_mmwave:None,connected:5G,not_restricted:None,restricted:None");
|
"connected_mmwave:None,connected:5G,not_restricted:None,restricted:None");
|
||||||
|
sDefaults.putBoolean(KEY_USE_USIM_BOOL, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user