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
This commit is contained in:
Dianne Hackborn 2014-11-14 15:45:13 -08:00
parent ca69e8f2d0
commit 71f6dd7fb4
2 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@
-->
<permissions>
<feature name="android.software.voice_recognizers" />
<feature name="android.software.voice_recognizers" notLowRam="true" />
</permissions>

View File

@ -38,7 +38,7 @@
<!-- basic system services -->
<feature name="android.software.app_widgets" />
<feature name="android.software.connectionservice" />
<feature name="android.software.voice_recognizers" />
<feature name="android.software.voice_recognizers" notLowRam="true" />
<feature name="android.software.backup" />
<feature name="android.software.home_screen" />
<feature name="android.software.input_methods" />