Skip to content

Commit 71f6dd7

Browse files
author
Dianne Hackborn
committed
Issue #17551667: Voice interaction service should be disabled...
...by default on Svelte devices Make the voice interaction feature not available on svelte devices. Change-Id: Iae16ff59873e6588d2aaa29624006261439262ef
1 parent ca69e8f commit 71f6dd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/etc/android.software.voice_recognizers.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
-->
1616

1717
<permissions>
18-
<feature name="android.software.voice_recognizers" />
18+
<feature name="android.software.voice_recognizers" notLowRam="true" />
1919
</permissions>

data/etc/handheld_core_hardware.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<!-- basic system services -->
3939
<feature name="android.software.app_widgets" />
4040
<feature name="android.software.connectionservice" />
41-
<feature name="android.software.voice_recognizers" />
41+
<feature name="android.software.voice_recognizers" notLowRam="true" />
4242
<feature name="android.software.backup" />
4343
<feature name="android.software.home_screen" />
4444
<feature name="android.software.input_methods" />

0 commit comments

Comments
 (0)