android.provider
Interface Im.ProviderCategories
- Enclosing class:
- Im
public static interface Im.ProviderCategories
The ProviderCategories definitions are used for the Intent category for the Intent
Intent intent = new Intent(Intent.ACTION_SENDTO,
Uri.fromParts("im", data, null)).
addCategory(category);
GTALK
static final String GTALK
- See Also:
- Constant Field Values
AIM
static final String AIM
- See Also:
- Constant Field Values
MSN
static final String MSN
- See Also:
- Constant Field Values
YAHOO
static final String YAHOO
- See Also:
- Constant Field Values
ICQ
static final String ICQ
- See Also:
- Constant Field Values
Please submit a feedback, bug or feature