am 6f10d1c3: am b22462c5: Merge "Adding new setting LTE_SERVICE_FORCED." into lmp-mr1-dev

* commit '6f10d1c34efba28856fea162f1d193319cad2576':
  Adding new setting LTE_SERVICE_FORCED.
This commit is contained in:
Amit Mahajan
2014-11-19 17:57:39 +00:00
committed by Android Git Automerger
3 changed files with 14 additions and 3 deletions

View File

@@ -6600,6 +6600,15 @@ public final class Settings {
*/
public static final String ENHANCED_4G_MODE_ENABLED = "volte_vt_enabled";
/**
* Whether user can enable/disable LTE as a preferred network. A carrier might control
* this via gservices, OMA-DM, carrier app, etc.
* <p>
* Type: int (0 for false, 1 for true)
* @hide
*/
public static final String LTE_SERVICE_FORCED = "lte_service_forced";
/**
* Settings to backup. This is here so that it's in the same place as the settings
* keys and easy to update.