From 3e1bc524b9e013a792fd831498ae7d5528e1638f Mon Sep 17 00:00:00 2001 From: Mihai Branescu Date: Tue, 18 Aug 2020 09:21:08 +0300 Subject: [PATCH] For #11051 - added intent check for voice search Also made the activity translucent so that it won't flicker when the user pressses the button and Google app is disabled --- app/src/main/AndroidManifest.xml | 3 ++- .../java/org/mozilla/fenix/widget/VoiceSearchActivity.kt | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 554e11126..78a517e81 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -215,7 +215,8 @@ android:name=".crashes.CrashListActivity" android:exported="false" /> - +