Merge "Update documentation for KEY_CARRIER_NAME_STRING"

This commit is contained in:
nharold
2018-01-17 03:39:44 +00:00
committed by Gerrit Code Review

View File

@@ -950,8 +950,9 @@ public class CarrierConfigManager {
public static final String KEY_CARRIER_NAME_OVERRIDE_BOOL = "carrier_name_override_bool";
/**
* String to identify carrier name in CarrierConfig app. This string is used only if
* #KEY_CARRIER_NAME_OVERRIDE_BOOL is true
* String to identify carrier name in CarrierConfig app. This string overrides SPN if
* #KEY_CARRIER_NAME_OVERRIDE_BOOL is true; otherwise, it will be used if its value is provided
* and SPN is unavailable
* @hide
*/
public static final String KEY_CARRIER_NAME_STRING = "carrier_name_string";