Keyguard: Get your weather on... the lock screen [2/3]

Change-Id: I1475cdd450021ef1a71c6c888319689e3b0507a3
This commit is contained in:
d34d 2016-06-06 09:45:24 -07:00 committed by Gerrit Code Review
parent 5b6638051e
commit b6a21cab09
1 changed files with 6 additions and 0 deletions

View File

@ -2797,6 +2797,12 @@ public final class CMSettings {
*/
public static final String LOCK_SCREEN_BLUR_ENABLED = "lock_screen_blur_enabled";
/**
* Whether to display weather information on the lock screen
* @hide
*/
public static final String LOCK_SCREEN_WEATHER_ENABLED = "lock_screen_weather_enabled";
// endregion