For #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.
upstream-sync
indu 2 years ago committed by mergify[bot]
parent cbd0c07c6f
commit 468ab0ffa8

@ -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