public class IntentFilter extends Mergeable
attributes: android:icon="drawable resource" android:label="string resource" android:priority="integer" <p/> must contain: <action> <p/> can contain: <category> <data>
| Constructor and Description |
|---|
IntentFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
getActions() |
List<Category> |
getCategories() |
List<Data> |
getData() |
String |
getIcon() |
String |
getLabel() |
Integer |
getPriority() |
void |
setActions(List<Action> actions) |
void |
setCategories(List<Category> categories) |
void |
setData(List<Data> data) |
void |
setIcon(String icon) |
void |
setLabel(String label) |
void |
setPriority(Integer priority) |
addMergeTag, containsTag, getMergeTagSize, getTags, isGenerated, removeMergeTag, setGenerated, setTagsgetElements, setElementspublic IntentFilter()
public Integer getPriority()
public void setPriority(Integer priority)
public List<Action> getActions()
public void setActions(List<Action> actions)
public List<Category> getCategories()
public void setCategories(List<Category> categories)
Copyright © 2014. All Rights Reserved.