summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/Intent.java
diff options
context:
space:
mode:
authorTim Kilbourn <tkilbourn@google.com>2014-05-06 16:54:34 -0700
committerTim Kilbourn <tkilbourn@google.com>2014-05-06 16:54:34 -0700
commit7c433b3d9c7ca4486f392bb82f56251c69ba6cf4 (patch)
tree1b053999dc123496280d4ad4969f172e4fa6e604 /core/java/android/content/Intent.java
parenteeeacab5d52dea25adcc5d3e40b5afe7dfa105de (diff)
downloadframeworks_base-7c433b3d9c7ca4486f392bb82f56251c69ba6cf4.zip
frameworks_base-7c433b3d9c7ca4486f392bb82f56251c69ba6cf4.tar.gz
frameworks_base-7c433b3d9c7ca4486f392bb82f56251c69ba6cf4.tar.bz2
DO NOT MERGE Hide more leanback stuff.
- leanback intent category - FLAG_IS_GAME Bug: 14116162 Change-Id: I5665dda4c47e24a06707df4989ee117b4e91c246
Diffstat (limited to 'core/java/android/content/Intent.java')
-rw-r--r--core/java/android/content/Intent.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index 106c1d6..228a97d 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -2790,6 +2790,7 @@ public class Intent implements Parcelable, Cloneable {
/**
* Indicates an activity optimized for Leanback mode, and that should
* be displayed in the Leanback launcher.
+ * @hide
*/
@SdkConstant(SdkConstantType.INTENT_CATEGORY)
public static final String CATEGORY_LEANBACK_LAUNCHER = "android.intent.category.LEANBACK_LAUNCHER";