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

Commit b15da9fb authored by Mark Chien's avatar Mark Chien Committed by android-build-merger
Browse files

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

am: bc350db9

Change-Id: Ica5b5ec05731a7c840d1f7dd1534d532c524df04
parents 391b3aa5 bc350db9
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"