summaryrefslogtreecommitdiffstats
path: root/core/java/android/provider/Settings.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/provider/Settings.java')
-rw-r--r--core/java/android/provider/Settings.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index d997737..6170c90 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -2924,6 +2924,18 @@ public final class Settings {
public static final String LOCK_CUSTOM_MSG = "lock_screen_custom_msg";
/**
+ * LOCK_CUSTOM_MSG_COLOR
+ * @hide
+ */
+ public static final String CUSTOM_MSG_COLOR = "lock_screen_custom_msg_color";
+
+ /**
+ * LOCK_CUSTOM_MSG_COLOR
+ * @hide
+ */
+ public static final String CUSTOM_MSG_COLOR = "lock_screen_custom_msg_color";
+
+ /**
* Whether assisted GPS should be enabled or not.
* @hide
*/