Merge "Add MODIFY_DEFAULT_AUDIO_EFFECTS permission to shell" am: a3161c6627 am: 3637bc567d
Change-Id: I2fbc86155d031625dfd68605bb632cfca63c714d
This commit is contained in:
@@ -354,6 +354,8 @@ applications that come with the platform
|
||||
<!-- Permission required to test lights control APIs. -->
|
||||
<permission name="android.permission.CONTROL_DEVICE_LIGHTS" />
|
||||
<permission name="android.permission.REBOOT"/>
|
||||
<!-- Permission required for testing system audio effect APIs. -->
|
||||
<permission name="android.permission.MODIFY_DEFAULT_AUDIO_EFFECTS"/>
|
||||
</privapp-permissions>
|
||||
|
||||
<privapp-permissions package="com.android.statementservice">
|
||||
|
||||
@@ -241,6 +241,9 @@
|
||||
<!-- Permission needed to read wifi network credentials for CtsNetTestCases -->
|
||||
<uses-permission android:name="android.permission.READ_WIFI_CREDENTIAL" />
|
||||
|
||||
<!-- Permission required for testing system audio effect APIs. -->
|
||||
<uses-permission android:name="android.permission.MODIFY_DEFAULT_AUDIO_EFFECTS"/>
|
||||
|
||||
<application android:label="@string/app_label"
|
||||
android:theme="@android:style/Theme.DeviceDefault.DayNight"
|
||||
android:defaultToDeviceProtectedStorage="true"
|
||||
|
||||
Reference in New Issue
Block a user