Merge "Mark RECOGNIZE_SPEECH Filter as ONLY_IF_NO_MATCH_FOUND" into sc-dev am: c94785d270

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15685139

Change-Id: I08cf15ccc21a00970752ee8cc618f6577d7c7eb0
This commit is contained in:
TreeHugger Robot
2021-09-07 01:59:41 +00:00
committed by Automerger Merge Worker

View File

@@ -215,7 +215,7 @@ public class DefaultCrossProfileIntentFiltersUtils {
private static final DefaultCrossProfileIntentFilter RECOGNIZE_SPEECH =
new DefaultCrossProfileIntentFilter.Builder(
DefaultCrossProfileIntentFilter.Direction.TO_PARENT,
/* flags= */0,
/* flags= */ ONLY_IF_NO_MATCH_FOUND,
/* letsPersonalDataIntoProfile= */ false)
.addAction(ACTION_RECOGNIZE_SPEECH)
.addCategory(Intent.CATEGORY_DEFAULT)