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

Commit 6fb0e97c authored by Roman Birg's avatar Roman Birg Committed by Steve Kondik
Browse files

add VoiceWakeup Settings value

Change-Id: I798d1ed9b2bda0fe8a36b8fa2bd17d74d2a09cab
parent c8389c72
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -3112,6 +3112,20 @@ public final class Settings {
          */
         public static final String VOLUME_KEY_CURSOR_CONTROL = "volume_key_cursor_control";

        /**
         * Whether to enable voice wakeup.  The value is boolean (1 or 0).
         * @hide
         */
        public static final String VOICE_WAKEUP = "voice_wakeup";

        /**
         * An intent (a flattened Uri String) to launch when user voice launch
         * action is detected. An empty or null string will launch the default
         * voice search activity.
         * @hide
         */
        public static final String VOICE_LAUNCH_INTENT = "voice_launch_intent";

        /**
         * Settings to backup. This is here so that it's in the same place as the settings
         * keys and easy to update.