am 1319e2f8: am 65561b5c: Merge "Add carrier package name field to check for carrier vvm app." into mnc-dev

* commit '1319e2f82b9d29042f52580e9c5c295f69837049':
  Add carrier package name field to check for carrier vvm app.
This commit is contained in:
Nancy Chen
2015-06-04 21:30:39 +00:00
committed by Android Git Automerger

View File

@@ -229,6 +229,14 @@ public class CarrierConfigManager {
*/
public static final String STRING_VVM_TYPE = "string_vvm_type";
/**
* The package name of the carrier's visual voicemail app to ensure that dialer visual voicemail
* and carrier visual voicemail are not active at the same time.
*
* @hide
*/
public static final String STRING_CARRIER_VVM_PACKAGE_NAME = "string_carrier_vvm_package_name";
// These variables are used by the MMS service and exposed through another API, {@link
// SmsManager}. The variable names and string values are copied from there.
public static final String BOOL_MMS_ALIAS_ENABLED = "aliasEnabled";