summaryrefslogtreecommitdiff
path: root/permissions
diff options
context:
space:
mode:
authorRobin Lee <rgl@google.com>2019-01-16 11:28:31 +0100
committerRobin Lee <rgl@google.com>2019-01-16 11:31:19 +0100
commit878aeae991d54b3526996e8e937537b2806166e8 (patch)
treed2e59660982f845bc92934726adf43de056a494c /permissions
parent99d18864ac92f9eb4974d5ef3a2311912d7b9faa (diff)
downloadatv-878aeae991d54b3526996e8e937537b2806166e8.tar.gz
Track voice_recognizers being notLowRam
Before, an explicit check for isLowRamDevice in VoiceInteractionManagerService would override this anyway so omitting notLowRam had no real efffect. With that check removed, we make voice_recognizers notLowRam by default like in the parent. Bug: 117630721 Test: Manual on elfin (notLowRam) and elfin_mini (lowRam) Change-Id: Ic33c9ae0f03ea61d6ca3354fa7622b733bbc57d0
Diffstat (limited to 'permissions')
-rw-r--r--permissions/tv_core_hardware.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/permissions/tv_core_hardware.xml b/permissions/tv_core_hardware.xml
index d9d4eb1..3f01e14 100644
--- a/permissions/tv_core_hardware.xml
+++ b/permissions/tv_core_hardware.xml
@@ -32,7 +32,7 @@
<feature name="android.software.live_tv" />
<feature name="android.software.picture_in_picture" notLowRam="true" />
<feature name="android.software.activities_on_secondary_displays" notLowRam="true" />
- <feature name="android.software.voice_recognizers" />
+ <feature name="android.software.voice_recognizers" notLowRam="true" />
<feature name="android.software.input_methods" />
<feature name="android.software.autofill" />