Loading core/java/android/provider/Settings.java +14 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
core/java/android/provider/Settings.java +14 −0 Original line number Diff line number Diff line Loading @@ -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. Loading