diff options
-rw-r--r-- | data/etc/platform.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml index 91f5896..d3869b8 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -113,6 +113,12 @@ <group gid="loop_radio" /> </permission> + <!-- Hotword training apps sometimes need a GID to talk with low-level + hardware; give them audio for now until full HAL support is added. --> + <permission name="android.permission.MANAGE_VOICE_KEYPHRASES"> + <group gid="audio" /> + </permission> + <!-- ================================================================== --> <!-- ================================================================== --> <!-- ================================================================== --> |