Merge "Add Global Settings to device whether show Carrier menu" into pi-dev

am: ff03f0cfe4

Change-Id: Ia086ac7fcaa4faa45c9fce5463b700d735bec1f8
This commit is contained in:
Qingxi Li
2018-04-17 15:46:07 -07:00
committed by android-build-merger
2 changed files with 12 additions and 0 deletions

View File

@@ -8767,6 +8767,17 @@ public final class Settings {
@SystemApi
public static final String EUICC_PROVISIONED = "euicc_provisioned";
/**
* List of ISO country codes in which eUICC UI is shown. Country codes should be separated
* by comma.
*
* <p>Used to hide eUICC UI from users who are currently in countries no carriers support
* eUICC.
* @hide
*/
//TODO(b/77914569) Changes this to System Api.
public static final String EUICC_SUPPORTED_COUNTRIES = "euicc_supported_countries";
/**
* Whether any activity can be resized. When this is true, any
* activity, regardless of manifest values, can be resized for multi-window.

View File

@@ -229,6 +229,7 @@ public class SettingsBackupTest {
Settings.Global.EPHEMERAL_COOKIE_MAX_SIZE_BYTES,
Settings.Global.ERROR_LOGCAT_PREFIX,
Settings.Global.EUICC_PROVISIONED,
Settings.Global.EUICC_SUPPORTED_COUNTRIES,
Settings.Global.EUICC_FACTORY_RESET_TIMEOUT_MILLIS,
Settings.Global.FANCY_IME_ANIMATIONS,
Settings.Global.FORCE_ALLOW_ON_EXTERNAL,