Loading core/java/android/provider/Settings.java +6 −0 Original line number Diff line number Diff line Loading @@ -1422,6 +1422,12 @@ public final class Settings { */ public static final String NOTIFICATION_SCREEN_ON = "notification_screen_on"; /** * Whether to wake the screen with the trackball. The value is boolean (1 or 0). * @hide */ public static final String TRACKBALL_WAKE_SCREEN = "trackball_wake_screen"; /** * Settings to backup. This is here so that it's in the same place as the settings * keys and easy to update. Loading Loading
core/java/android/provider/Settings.java +6 −0 Original line number Diff line number Diff line Loading @@ -1422,6 +1422,12 @@ public final class Settings { */ public static final String NOTIFICATION_SCREEN_ON = "notification_screen_on"; /** * Whether to wake the screen with the trackball. The value is boolean (1 or 0). * @hide */ public static final String TRACKBALL_WAKE_SCREEN = "trackball_wake_screen"; /** * Settings to backup. This is here so that it's in the same place as the settings * keys and easy to update. Loading