am 7d9fdd1e
: Merge "Issue #17551667: Voice interaction service should be disabled..." into lmp-mr1-dev
* commit '7d9fdd1e0d980fb9e67fbb96b4c499b1895109f1': Issue #17551667: Voice interaction service should be disabled...
This commit is contained in:
commit
519cc65dd8
@ -15,5 +15,5 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<permissions>
|
<permissions>
|
||||||
<feature name="android.software.voice_recognizers" />
|
<feature name="android.software.voice_recognizers" notLowRam="true" />
|
||||||
</permissions>
|
</permissions>
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
<!-- basic system services -->
|
<!-- basic system services -->
|
||||||
<feature name="android.software.app_widgets" />
|
<feature name="android.software.app_widgets" />
|
||||||
<feature name="android.software.connectionservice" />
|
<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.backup" />
|
||||||
<feature name="android.software.home_screen" />
|
<feature name="android.software.home_screen" />
|
||||||
<feature name="android.software.input_methods" />
|
<feature name="android.software.input_methods" />
|
||||||
|
Loading…
Reference in New Issue
Block a user