Skip to content

Commit f178591

Browse files
jsharkeyAndroid (Google) Code Review
authored andcommitted
Merge "Give audio GID to MANAGE_VOICE_KEYPHRASES apps." into lmp-dev
2 parents c3e7f87 + 270e1f4 commit f178591

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

data/etc/platform.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@
113113
<group gid="loop_radio" />
114114
</permission>
115115

116+
<!-- Hotword training apps sometimes need a GID to talk with low-level
117+
hardware; give them audio for now until full HAL support is added. -->
118+
<permission name="android.permission.MANAGE_VOICE_KEYPHRASES">
119+
<group gid="audio" />
120+
</permission>
121+
116122
<!-- ================================================================== -->
117123
<!-- ================================================================== -->
118124
<!-- ================================================================== -->

0 commit comments

Comments
 (0)