Remove AOSP settings from CMSettings/CMSettingsProvider

Change-Id: I85eee73bf215c72f42067c0e3d2f68946485a10f
This commit is contained in:
Yvonne Wong
2015-10-07 16:24:30 -07:00
committed by Adnan Begovic
parent 4e53461e71
commit 5fdff90050
3 changed files with 0 additions and 48 deletions

View File

@@ -1352,24 +1352,6 @@ public final class CMSettings {
// region Global Settings
/**
* The name of the device
*
* @hide
*/
public static final String DEVICE_NAME = "device_name";
/**
* Defines global heads up toggle. One of HEADS_UP_OFF, HEADS_UP_ON.
*
* @hide
*/
public static final String HEADS_UP_NOTIFICATIONS_ENABLED =
"heads_up_notifications_enabled";
/** @hide */ public static final int HEADS_UP_OFF = 0;
/** @hide */ public static final int HEADS_UP_ON = 1;
// endregion
}
}