Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3161c66 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add MODIFY_DEFAULT_AUDIO_EFFECTS permission to shell"

parents c686fa82 05388a0d
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -354,6 +354,8 @@ applications that come with the platform
        <!-- Permission required to test lights control APIs. -->
        <!-- Permission required to test lights control APIs. -->
        <permission name="android.permission.CONTROL_DEVICE_LIGHTS" />
        <permission name="android.permission.CONTROL_DEVICE_LIGHTS" />
        <permission name="android.permission.REBOOT"/>
        <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>


    <privapp-permissions package="com.android.statementservice">
    <privapp-permissions package="com.android.statementservice">
+3 −0
Original line number Original line Diff line number Diff line
@@ -241,6 +241,9 @@
    <!-- Permission needed to read wifi network credentials for CtsNetTestCases -->
    <!-- Permission needed to read wifi network credentials for CtsNetTestCases -->
    <uses-permission android:name="android.permission.READ_WIFI_CREDENTIAL" />
    <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"
    <application android:label="@string/app_label"
                android:theme="@android:style/Theme.DeviceDefault.DayNight"
                android:theme="@android:style/Theme.DeviceDefault.DayNight"
                android:defaultToDeviceProtectedStorage="true"
                android:defaultToDeviceProtectedStorage="true"