Add pregrant permissions for Voice Access
Approved android bug: b/182307492 Test: manual Bug: 181901515 Change-Id: I8af4562a24d9b555c33c1110ae49f86c5ca4db2d
This commit is contained in:
parent
2b88831a1d
commit
b360446e82
1 changed files with 12 additions and 0 deletions
|
@ -107,5 +107,17 @@
|
||||||
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="true"/>
|
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="true"/>
|
||||||
<permission name="android.permission.ACCESS_BACKGROUND_LOCATION" fixed="true"/>
|
<permission name="android.permission.ACCESS_BACKGROUND_LOCATION" fixed="true"/>
|
||||||
</exception>
|
</exception>
|
||||||
|
|
||||||
|
<exception package="com.google.android.apps.accessibility.voiceaccess">
|
||||||
|
<!-- Voice Access: A11y app to allow users to setup & control their devices with voice -->
|
||||||
|
<!-- Approved android bug for pregrant permissions: b/182307492 -->
|
||||||
|
|
||||||
|
<!-- Phone state to turn off Voice Access when user is in a phone call -->
|
||||||
|
<permission name="android.permission.READ_PHONE_STATE" fixed="false"/>
|
||||||
|
|
||||||
|
<!-- Microphone: To hear user's voice commands -->
|
||||||
|
<permission name="android.permission.RECORD_AUDIO" fixed="false"/>
|
||||||
|
</exception>
|
||||||
|
|
||||||
</exceptions>
|
</exceptions>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue