Merge "Mark RECOGNIZE_SPEECH Filter as ONLY_IF_NO_MATCH_FOUND" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c94785d270
@@ -215,7 +215,7 @@ public class DefaultCrossProfileIntentFiltersUtils {
|
|||||||
private static final DefaultCrossProfileIntentFilter RECOGNIZE_SPEECH =
|
private static final DefaultCrossProfileIntentFilter RECOGNIZE_SPEECH =
|
||||||
new DefaultCrossProfileIntentFilter.Builder(
|
new DefaultCrossProfileIntentFilter.Builder(
|
||||||
DefaultCrossProfileIntentFilter.Direction.TO_PARENT,
|
DefaultCrossProfileIntentFilter.Direction.TO_PARENT,
|
||||||
/* flags= */0,
|
/* flags= */ ONLY_IF_NO_MATCH_FOUND,
|
||||||
/* letsPersonalDataIntoProfile= */ false)
|
/* letsPersonalDataIntoProfile= */ false)
|
||||||
.addAction(ACTION_RECOGNIZE_SPEECH)
|
.addAction(ACTION_RECOGNIZE_SPEECH)
|
||||||
.addCategory(Intent.CATEGORY_DEFAULT)
|
.addCategory(Intent.CATEGORY_DEFAULT)
|
||||||
|
|||||||
Reference in New Issue
Block a user