aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2015-11-17 14:11:03 -0800
committerDanesh M <daneshm90@gmail.com>2015-11-17 14:11:03 -0800
commit11e83167474fb5d64d1b1c10e586b9cf98e8ffe8 (patch)
treec266d007ef47cecd5d3108a6c4fb3dabf2e42dc4
parent68bd8bf3eaac6e01a21e5c5d7e73fa48ba528aab (diff)
downloadlineage-sdk-11e83167474fb5d64d1b1c10e586b9cf98e8ffe8.tar.gz
lineage-sdk-11e83167474fb5d64d1b1c10e586b9cf98e8ffe8.tar.bz2
lineage-sdk-11e83167474fb5d64d1b1c10e586b9cf98e8ffe8.zip
CMSettings : Remove AOSP settings
Change-Id: I73b3e057159113f111303e3fde822a533f8df8ed
-rw-r--r--src/java/cyanogenmod/providers/CMSettings.java40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/java/cyanogenmod/providers/CMSettings.java b/src/java/cyanogenmod/providers/CMSettings.java
index afec0e5b..aedd5624 100644
--- a/src/java/cyanogenmod/providers/CMSettings.java
+++ b/src/java/cyanogenmod/providers/CMSettings.java
@@ -1824,15 +1824,6 @@ public final class CMSettings {
RING_HOME_BUTTON_BEHAVIOR_DO_NOTHING;
/**
- * When the user has enable the option to have a "bug report" command
- * in the power menu.
- * @deprecated Use {@link android.provider.Settings.Global#BUGREPORT_IN_POWER_MENU} instead
- * @hide
- */
- @Deprecated
- public static final String BUGREPORT_IN_POWER_MENU = "bugreport_in_power_menu";
-
- /**
* Performance profile
* @hide
*/
@@ -1858,36 +1849,6 @@ public final class CMSettings {
public static final String DEVELOPMENT_SHORTCUT = "development_shortcut";
/**
- * What happens when the user presses the Power button while in-call
- * and the screen is on.<br/>
- * <b>Values:</b><br/>
- * 1 - The Power button turns off the screen and locks the device. (Default behavior)<br/>
- * 2 - The Power button hangs up the current call.<br/>
- *
- * @hide
- */
- public static final String INCALL_POWER_BUTTON_BEHAVIOR = "incall_power_button_behavior";
-
- /**
- * INCALL_POWER_BUTTON_BEHAVIOR value for "turn off screen".
- * @hide
- */
- public static final int INCALL_POWER_BUTTON_BEHAVIOR_SCREEN_OFF = 0x1;
-
- /**
- * INCALL_POWER_BUTTON_BEHAVIOR value for "hang up".
- * @hide
- */
- public static final int INCALL_POWER_BUTTON_BEHAVIOR_HANGUP = 0x2;
-
- /**
- * INCALL_POWER_BUTTON_BEHAVIOR default value.
- * @hide
- */
- public static final int INCALL_POWER_BUTTON_BEHAVIOR_DEFAULT =
- INCALL_POWER_BUTTON_BEHAVIOR_SCREEN_OFF;
-
- /**
* Whether to display the ADB notification.
* @hide
*/
@@ -1964,7 +1925,6 @@ public final class CMSettings {
CMSettings.Secure.NAVIGATION_RING_TARGETS[1],
CMSettings.Secure.NAVIGATION_RING_TARGETS[2],
CMSettings.Secure.RECENTS_LONG_PRESS_ACTIVITY,
- CMSettings.Secure.INCALL_POWER_BUTTON_BEHAVIOR,
CMSettings.Secure.ADB_NOTIFY,
CMSettings.Secure.ADB_PORT,
CMSettings.Secure.DEVICE_HOSTNAME,