Skip to content

Commit

Permalink
Add support for voice search (#1229)
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Slayter <SlayterDev@users.noreply.github.com>
  • Loading branch information
CrisBarreiro and SlayterDev authored Aug 22, 2023
1 parent 2c20f12 commit da9d3ab
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions features/voice-search.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"_meta": {
"description": "Voice search in the search bar",
"sampleExcludeRecords": {}
},
"exceptions": [

]
}
8 changes: 8 additions & 0 deletions overrides/android-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,14 @@
},
"exceptions": [ ]
},
"voiceSearch": {
"exceptions": [],
"state": "enabled",
"settings": {
"minVersion": 33,
"excludedManufacturers": []
}
},
"webCompat": {
"state": "enabled",
"settings": {
Expand Down

0 comments on commit da9d3ab

Please sign in to comment.