Merge "Rename visual voicemail sync intent value" into nyc-dev am: 0f712b164f
am: 7220c75f65
* commit '7220c75f65b615999d2d555024aab6a324b0f376':
Rename visual voicemail sync intent value
Change-Id: Ia94612e1fe827b829d2caedc41e177bed9dfb681
This commit is contained in:
@@ -459,12 +459,13 @@ public class CarrierConfigManager {
|
||||
/**
|
||||
* Whether cellular data is required to access visual voicemail.
|
||||
*/
|
||||
public static final String KEY_VVM_CELLULAR_DATA_REQUIRED_BOOL = "vvm_cellular_data_required";
|
||||
public static final String KEY_VVM_CELLULAR_DATA_REQUIRED_BOOL =
|
||||
"vvm_cellular_data_required_bool";
|
||||
|
||||
/**
|
||||
* Whether to prefetch audio data on new voicemail arrival, defaulted to true.
|
||||
*/
|
||||
public static final String KEY_VVM_PREFETCH_BOOL = "vvm_prefetch";
|
||||
public static final String KEY_VVM_PREFETCH_BOOL = "vvm_prefetch_bool";
|
||||
|
||||
/**
|
||||
* The package name of the carrier's visual voicemail app to ensure that dialer visual voicemail
|
||||
|
||||
Reference in New Issue
Block a user