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

This commit is contained in:
Wei Liu
2015-08-13 22:35:43 +00:00
committed by Android (Google) Code Review

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";
}
/**