[fenix] For https://github.com/mozilla-mobile/fenix/issues/24037: Do voice search in a separate task

This allows voice search to open in a separate window instead of opening in the same Picture-In-Picture window,  thereby making it easier to interact with the voice search.
pull/600/head
indu 3 years ago committed by mergify[bot]
parent 39b489a36c
commit 8d7ea92ff2

@ -245,7 +245,10 @@
android:exported="false" />
<activity android:name=".widget.VoiceSearchActivity"
android:theme="@style/Theme.AppCompat.Translucent"/>
android:theme="@style/Theme.AppCompat.Translucent"
android:taskAffinity=""
android:excludeFromRecents="true"
/>
<activity
android:name=".settings.account.AuthCustomTabActivity"

Loading…
Cancel
Save