Searched refs:CATEGORY_ALTERNATIVE (Results 1 – 6 of 6) sorted by relevance
114 static final int CATEGORY_ALTERNATIVE = 0x00040000; field
618 intent with the category {@link android.content.Intent#CATEGORY_ALTERNATIVE} and/or643 // in our menu. The offering app must include a category value of Intent.CATEGORY_ALTERNATIVE.645 intent.addCategory(Intent.CATEGORY_ALTERNATIVE);679 filter as usual, but be sure to include the {@link android.content.Intent#CATEGORY_ALTERNATIVE}
2191 public static final String CATEGORY_ALTERNATIVE = "android.intent.category.ALTERNATIVE"; field in Intent
1017 <code>{@link android.content.Intent#CATEGORY_ALTERNATIVE ALTERNATIVE}</code>
5495 …field public static final java.lang.String CATEGORY_ALTERNATIVE = "android.intent.category.ALTERNA…22343 field public static final int CATEGORY_ALTERNATIVE = 262144; // 0x40000