Support WFC roaming preference am: 2c25e4a96b

am: 6db4fbecf8

Change-Id: Idff74a470e26b6c14ba1203290f533813740e192
This commit is contained in:
Meng Wang
2016-09-29 00:29:17 +00:00
committed by android-build-merger
2 changed files with 37 additions and 4 deletions

View File

@@ -8722,7 +8722,7 @@ public final class Settings {
public static final String WFC_IMS_ENABLED = "wfc_ims_enabled";
/**
* WFC Mode.
* WFC mode on home/non-roaming network.
* <p>
* Type: int - 2=Wi-Fi preferred, 1=Cellular preferred, 0=Wi-Fi only
*
@@ -8730,6 +8730,15 @@ public final class Settings {
*/
public static final String WFC_IMS_MODE = "wfc_ims_mode";
/**
* WFC mode on roaming network.
* <p>
* Type: int - see {@link WFC_IMS_MODE} for values
*
* @hide
*/
public static final String WFC_IMS_ROAMING_MODE = "wfc_ims_roaming_mode";
/**
* Whether WFC roaming is enabled
* <p>