am ddd3e323: am d6fb8958: Merge "Add a setting to enable cellular on boot." into cw-e-dev

* commit 'ddd3e323c4cefb8994dd5f2927ea9c11dbc5cfd2':
  Add a setting to enable cellular on boot.
This commit is contained in:
Wei Liu
2015-08-14 03:18:22 +00:00
committed by Android Git Automerger

View File

@@ -8088,6 +8088,13 @@ public final class Settings {
* @hide
*/
public static final String CONTACT_METADATA_SYNC = "contact_metadata_sync";
/**
* Whether to enable cellular on boot.
* The value 1 - enable, 0 - disable
* @hide
*/
public static final String ENABLE_CELLULAR_ON_BOOT = "enable_cellular_on_boot";
}
/**