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

Commit 55a06bb5 authored by Narayan Kamath's avatar Narayan Kamath Committed by android-build-merger
Browse files

Merge "Shell: Grant CACHE_CONTENT to Shell"

am: dd2e005d

Change-Id: I5a409357fa9a4acd2cc7cbdf707b7388557e8643
parents 76de94e7 dd2e005d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -166,6 +166,9 @@
    <!-- Permission needed to test tcp keepalive offload. -->
    <uses-permission android:name="android.permission.PACKET_KEEPALIVE_OFFLOAD" />

    <!-- Permission required to test ContentResolver caching. -->
    <uses-permission android:name="android.permission.CACHE_CONTENT" />

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