Add QUERY_AUDIO_STATE permission

Due to aosp/1863058, we need to add the associated permission

Bug: 190422401
Tag: #refactor
Test: None in this CL.
Change-Id: Id1809b85aca57929cba0197ba9d35f926dfeaf1b
This commit is contained in:
William Escande
2022-01-03 22:49:46 +01:00
parent 8bc5344f95
commit d0ad455409

View File

@@ -251,6 +251,8 @@
<uses-permission android:name="android.permission.OBSERVE_GRANT_REVOKE_PERMISSIONS" />
<!-- For handling silent audio recordings -->
<uses-permission android:name="android.permission.MODIFY_AUDIO_ROUTING" />
<!-- For asking AudioManager audio information -->
<uses-permission android:name="android.permission.QUERY_AUDIO_STATE"/>
<!-- to read and change hvac values in a car -->
<uses-permission android:name="android.car.permission.CONTROL_CAR_CLIMATE" />