Loading core/java/android/provider/Settings.java +6 −0 Original line number Diff line number Diff line Loading @@ -1742,6 +1742,12 @@ public final class Settings { */ public static final String SIP_ASK_ME_EACH_TIME = "SIP_ASK_ME_EACH_TIME"; /** * Torch state (flashlight) * @hide */ public static final String TORCH_STATE = "torch_state"; /** * 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 @@ -1742,6 +1742,12 @@ public final class Settings { */ public static final String SIP_ASK_ME_EACH_TIME = "SIP_ASK_ME_EACH_TIME"; /** * Torch state (flashlight) * @hide */ public static final String TORCH_STATE = "torch_state"; /** * Settings to backup. This is here so that it's in the same place as the settings * keys and easy to update. Loading