public class IntentFilter
extends java.lang.Object
Constructor and Description |
---|
IntentFilter(IntentService intentService,
FlowRuleService flowRuleService)
Creates an intent filter.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<FlowEntry>> |
readIntentFlows(java.util.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