Loading core/java/android/content/Intent.java +3 −0 Original line number Diff line number Diff line Loading @@ -1420,6 +1420,9 @@ public class Intent implements Parcelable, Cloneable { * Activity Action: Start Voice Command. * <p>Input: Nothing. * <p>Output: Nothing. * <p class="note"> * In some cases, a matching Activity may not exist, so ensure you * safeguard against this. */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_VOICE_COMMAND = "android.intent.action.VOICE_COMMAND"; Loading core/java/android/provider/Settings.java +12 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,10 @@ public final class Settings { * Input: Nothing. * <p> * Output: Nothing. * * <p class="note"> * In some cases, a matching Activity may not exist, so ensure you * safeguard against this. */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_APN_SETTINGS = "android.settings.APN_SETTINGS"; Loading Loading @@ -882,6 +886,10 @@ public final class Settings { * Applications can also use {@link android.net.ConnectivityManager#getRestrictBackgroundStatus * ConnectivityManager#getRestrictBackgroundStatus()} to determine the * status of the background data restrictions for them. * * <p class="note"> * In some cases, a matching Activity may not exist, so ensure you * safeguard against this. */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS = Loading Loading @@ -1148,6 +1156,10 @@ public final class Settings { * Input: Nothing. * <p> * Output: Nothing. * * <p class="note"> * In some cases, a matching Activity may not exist, so ensure you * safeguard against this. */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_NOTIFICATION_POLICY_ACCESS_SETTINGS Loading core/java/android/speech/RecognizerIntent.java +4 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,10 @@ public class RecognizerIntent { * <ul> * <li>{@link #EXTRA_SECURE} * </ul> * * <p class="note"> * In some cases, a matching Activity may not exist, so ensure you * safeguard against this. */ public static final String ACTION_VOICE_SEARCH_HANDS_FREE = "android.speech.action.VOICE_SEARCH_HANDS_FREE"; Loading Loading
core/java/android/content/Intent.java +3 −0 Original line number Diff line number Diff line Loading @@ -1420,6 +1420,9 @@ public class Intent implements Parcelable, Cloneable { * Activity Action: Start Voice Command. * <p>Input: Nothing. * <p>Output: Nothing. * <p class="note"> * In some cases, a matching Activity may not exist, so ensure you * safeguard against this. */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_VOICE_COMMAND = "android.intent.action.VOICE_COMMAND"; Loading
core/java/android/provider/Settings.java +12 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,10 @@ public final class Settings { * Input: Nothing. * <p> * Output: Nothing. * * <p class="note"> * In some cases, a matching Activity may not exist, so ensure you * safeguard against this. */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_APN_SETTINGS = "android.settings.APN_SETTINGS"; Loading Loading @@ -882,6 +886,10 @@ public final class Settings { * Applications can also use {@link android.net.ConnectivityManager#getRestrictBackgroundStatus * ConnectivityManager#getRestrictBackgroundStatus()} to determine the * status of the background data restrictions for them. * * <p class="note"> * In some cases, a matching Activity may not exist, so ensure you * safeguard against this. */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS = Loading Loading @@ -1148,6 +1156,10 @@ public final class Settings { * Input: Nothing. * <p> * Output: Nothing. * * <p class="note"> * In some cases, a matching Activity may not exist, so ensure you * safeguard against this. */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_NOTIFICATION_POLICY_ACCESS_SETTINGS Loading
core/java/android/speech/RecognizerIntent.java +4 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,10 @@ public class RecognizerIntent { * <ul> * <li>{@link #EXTRA_SECURE} * </ul> * * <p class="note"> * In some cases, a matching Activity may not exist, so ensure you * safeguard against this. */ public static final String ACTION_VOICE_SEARCH_HANDS_FREE = "android.speech.action.VOICE_SEARCH_HANDS_FREE"; Loading