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

Commit c7dfd602 authored by Quang Luong's avatar Quang Luong Committed by Gerrit Code Review
Browse files

Merge "Add wifi coex permissions to Shell for CTS tests"

parents 89ec9d42 7597d083
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -440,6 +440,9 @@ applications that come with the platform
        <permission name="android.permission.MANAGE_TIME_AND_ZONE_DETECTION" />
        <!-- Permissions required for CTS test - CtsHdmiCecHostTestCases -->
        <permission name="android.permission.HDMI_CEC"/>
        <!-- Permission needed for CTS test - WifiManagerTest -->
        <permission name="android.permission.WIFI_ACCESS_COEX_UNSAFE_CHANNELS" />
        <permission name="android.permission.WIFI_UPDATE_COEX_UNSAFE_CHANNELS" />
    </privapp-permissions>

    <privapp-permissions package="com.android.statementservice">
+4 −0
Original line number Diff line number Diff line
@@ -340,6 +340,10 @@
    <!-- Permission needed for CTS test - CtsHdmiCecHostTestCases -->
    <uses-permission android:name="android.permission.HDMI_CEC" />

    <!-- Permission needed for CTS test - WifiManagerTest -->
    <uses-permission android:name="android.permission.WIFI_ACCESS_COEX_UNSAFE_CHANNELS" />
    <uses-permission android:name="android.permission.WIFI_UPDATE_COEX_UNSAFE_CHANNELS" />

    <application android:label="@string/app_label"
                android:theme="@android:style/Theme.DeviceDefault.DayNight"
                android:defaultToDeviceProtectedStorage="true"