Loading core/java/android/provider/Settings.java +1 −10 Original line number Diff line number Diff line Loading @@ -1443,16 +1443,7 @@ public final class Settings { * @hide */ public static final String TRACKBALL_WAKE_SCREEN = "trackball_wake_screen"; /** * Whether to unlock the screen with the trackball. The value is boolean (1 or 0). * @hide */ public static final String TRACKBALL_UNLOCK_SCREEN = "trackball_unlock_screen"; /** * Whether to unlock the screen with the menu key. The value is boolean (1 or 0). * @hide */ public static final String MENU_UNLOCK_SCREEN = "menu_unlock_screen"; /** * Whether to show the 4 columns or 5 columns on the launcher. * @hide Loading Loading
core/java/android/provider/Settings.java +1 −10 Original line number Diff line number Diff line Loading @@ -1443,16 +1443,7 @@ public final class Settings { * @hide */ public static final String TRACKBALL_WAKE_SCREEN = "trackball_wake_screen"; /** * Whether to unlock the screen with the trackball. The value is boolean (1 or 0). * @hide */ public static final String TRACKBALL_UNLOCK_SCREEN = "trackball_unlock_screen"; /** * Whether to unlock the screen with the menu key. The value is boolean (1 or 0). * @hide */ public static final String MENU_UNLOCK_SCREEN = "menu_unlock_screen"; /** * Whether to show the 4 columns or 5 columns on the launcher. * @hide Loading