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

Commit bc350db9 authored by Mark Chien's avatar Mark Chien Committed by Gerrit Code Review
Browse files

Merge "[KA09] add keepalive offload permission to shell"

parents 1859ae7e 95ddfff7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -262,6 +262,8 @@ applications that come with the platform
        <permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
        <permission name="android.permission.MOVE_PACKAGE"/>
        <permission name="android.permission.PACKAGE_USAGE_STATS" />
        <!-- Needed for test only -->
        <permission name="android.permission.PACKET_KEEPALIVE_OFFLOAD" />
        <permission name="android.permission.READ_FRAME_BUFFER"/>
        <permission name="android.permission.READ_LOWPAN_CREDENTIAL"/>
        <!-- Needed for test only -->
+2 −0
Original line number Diff line number Diff line
@@ -161,6 +161,8 @@

    <!-- Permission needed to run network tests in CTS -->
    <uses-permission android:name="android.permission.MANAGE_TEST_NETWORKS" />
    <!-- Permission needed to test tcp keepalive offload. -->
    <uses-permission android:name="android.permission.PACKET_KEEPALIVE_OFFLOAD" />

    <application android:label="@string/app_label"
                 android:defaultToDeviceProtectedStorage="true"