Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f1a63f7 authored by Michael Webster's avatar Michael Webster Committed by Steve Kondik
Browse files

Add state storage for flashlight.

Change-Id: I2dacc361c2b2a32ab4e655ede20dbcd35ecb7e16
parent 483395d8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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.