We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3e7f87 + 270e1f4 commit f178591Copy full SHA for f178591
1 file changed
data/etc/platform.xml
@@ -113,6 +113,12 @@
113
<group gid="loop_radio" />
114
</permission>
115
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
+
122
<!-- ================================================================== -->
123
124
0 commit comments