From 8ea5315c83e632c13a0096d12e9c62792e563d2e Mon Sep 17 00:00:00 2001 From: Matthew Finkel Date: Mon, 9 Apr 2018 22:20:16 +0000 Subject: [PATCH] Bug 25741 - TBA: Disable the microphone by default Deactivating this is an accessibility concern because this is used for voice dictation, so users should have the option of re-enabling this. This uses the Android Speech API. --- .../android/app/src/main/res/xml/preferences_accessibility.xml | 2 +- .../base/java/org/mozilla/gecko/toolbar/ToolbarEditLayout.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/android/app/src/main/res/xml/preferences_accessibility.xml b/mobile/android/app/src/main/res/xml/preferences_accessibility.xml index c4fe86ed62c37..c82006ee24736 100644 --- a/mobile/android/app/src/main/res/xml/preferences_accessibility.xml +++ b/mobile/android/app/src/main/res/xml/preferences_accessibility.xml @@ -18,7 +18,7 @@ + android:defaultValue="false"/>