From 22ec5389be09ac60dc0281c42d6517255e2c4b24 Mon Sep 17 00:00:00 2001 From: Danesh M Date: Thu, 17 Dec 2015 10:37:05 -0800 Subject: [PATCH] CMSDK : Remove VOLUME_LINK_NOTIFICATION This is used by SeekBarVolumizer which is in core which is part of the BootClassPath. Change-Id: I96bf18b0d239543271e508eff12152af281bb8b0 --- src/java/cyanogenmod/providers/CMSettings.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/java/cyanogenmod/providers/CMSettings.java b/src/java/cyanogenmod/providers/CMSettings.java index 61eb0793..9da713bd 100644 --- a/src/java/cyanogenmod/providers/CMSettings.java +++ b/src/java/cyanogenmod/providers/CMSettings.java @@ -2475,13 +2475,6 @@ public final class CMSettings { */ public static final String STATS_COLLECTION_REPORTED = "stats_collection_reported"; - /** - * Boolean value whether to link ringtone and notification volume - * - * @hide - */ - public static final String VOLUME_LINK_NOTIFICATION = "volume_link_notification"; - /** * Whether newly installed apps should run with privacy guard by default * @hide @@ -2642,7 +2635,6 @@ public final class CMSettings { CMSettings.Secure.QS_SHOW_BRIGHTNESS_SLIDER, CMSettings.Secure.QS_TILES, CMSettings.Secure.QS_USE_MAIN_TILES, - CMSettings.Secure.VOLUME_LINK_NOTIFICATION, CMSettings.Secure.NAVIGATION_RING_TARGETS[0], CMSettings.Secure.NAVIGATION_RING_TARGETS[1], CMSettings.Secure.NAVIGATION_RING_TARGETS[2],