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

Commit 66c02c8c authored by Roman Birg's avatar Roman Birg Committed by Gerrit Code Review
Browse files

framework: extend provision check to SEARCH intents



TIcket: CYNGNOS-3242

Change-Id: I61ce295737471ca9bb59f45c616d626bbc4f7784
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent 583e76db
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -959,6 +959,8 @@ public final class ActivityStackSupervisor implements DisplayListener {

            if (intent.getAction() != null && !isProvisioned()) {
                switch (intent.getAction()) {
                    case Intent.ACTION_SEARCH:
                    case Intent.ACTION_WEB_SEARCH:
                    case Intent.ACTION_PROCESS_TEXT:
                    case Intent.ACTION_ASSIST:
                    case Intent.ACTION_VOICE_ASSIST: