Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47b62db6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

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

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

Change-Id: Id259030605494fa3305af36376c8f1fd277ab232
parents fbf525ba ec4d34bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -236,7 +236,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)