summaryrefslogtreecommitdiffstats
path: root/core/java/android/content
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-04-02 13:42:09 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-04-02 13:42:09 -0700
commit4d075b029f13e9c38e70d87ca4b246902d3f72c4 (patch)
tree669b725fc8384b203ec6378b2b5ca37a5ff2a384 /core/java/android/content
parentdb83a6f56c54055b1e62da9fe97eb4def0669b3f (diff)
parent9bdc45084f963869d4e9dd68de2280d3de7dda1d (diff)
downloadframeworks_base-4d075b029f13e9c38e70d87ca4b246902d3f72c4.zip
frameworks_base-4d075b029f13e9c38e70d87ca4b246902d3f72c4.tar.gz
frameworks_base-4d075b029f13e9c38e70d87ca4b246902d3f72c4.tar.bz2
am 9bdc4508: am e13beb09: Merge "Add a new intent category used for activities running in carmode." into froyo
Merge commit '9bdc45084f963869d4e9dd68de2280d3de7dda1d' into kraken * commit '9bdc45084f963869d4e9dd68de2280d3de7dda1d': Add a new intent category used for activities running in carmode.
Diffstat (limited to 'core/java/android/content')
-rw-r--r--core/java/android/content/Intent.java9
1 files changed, 8 insertions, 1 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index fd5591d..13494f8 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -533,6 +533,7 @@ import java.util.Set;
* <li> {@link #CATEGORY_TEST}
* <li> {@link #CATEGORY_CAR_DOCK}
* <li> {@link #CATEGORY_DESK_DOCK}
+ * <li> {@link #CATEGORY_CAR_MODE}
* </ul>
*
* <h3>Standard Extra Data</h3>
@@ -2023,6 +2024,12 @@ public class Intent implements Parcelable, Cloneable {
@SdkConstant(SdkConstantType.INTENT_CATEGORY)
public static final String CATEGORY_DESK_DOCK = "android.intent.category.DESK_DOCK";
+ /**
+ * Used to indicate that the activity can be used in a car environment.
+ */
+ @SdkConstant(SdkConstantType.INTENT_CATEGORY)
+ public static final String CATEGORY_CAR_MODE = "android.intent.category.CAR_MODE";
+
// ---------------------------------------------------------------------
// ---------------------------------------------------------------------
// Standard extra data keys.
@@ -2118,7 +2125,7 @@ public class Intent implements Parcelable, Cloneable {
* number to call in a {@link android.content.Intent#ACTION_CALL}.
*/
public static final String EXTRA_PHONE_NUMBER = "android.intent.extra.PHONE_NUMBER";
-
+
/**
* Used as an int extra field in {@link android.content.Intent#ACTION_UID_REMOVED}
* intents to supply the uid the package had been assigned. Also an optional