public class IntentFilter extends Object
| Constructor and Description |
|---|
IntentFilter(IntentService intentService,
FlowRuleService flowRuleService)
Creates an intent filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<FlowEntry>> |
readIntentFlows(List<Intent> installables)
Finds all path (flow entries) corresponding to intent installables.
|
public IntentFilter(IntentService intentService, FlowRuleService flowRuleService)
intentService - intent service objectflowRuleService - flow service object