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