OSDN Git Service

Issue #17551667: Voice interaction service should be disabled...
authorDianne Hackborn <hackbod@google.com>
Fri, 14 Nov 2014 23:45:13 +0000 (15:45 -0800)
committerDianne Hackborn <hackbod@google.com>
Fri, 14 Nov 2014 23:45:13 +0000 (15:45 -0800)
...by default on Svelte devices

Make the voice interaction feature not available on svelte devices.

Change-Id: Iae16ff59873e6588d2aaa29624006261439262ef

data/etc/android.software.voice_recognizers.xml
data/etc/handheld_core_hardware.xml

index 7e72177..435eed4 100644 (file)
@@ -15,5 +15,5 @@
 -->
 
 <permissions>
-    <feature name="android.software.voice_recognizers" />
+    <feature name="android.software.voice_recognizers" notLowRam="true" />
 </permissions>
index eaf93fd..50cbe9e 100644 (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" />