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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user