Merge "Shell: Grant CACHE_CONTENT to Shell"

This commit is contained in:
Narayan Kamath
2019-04-10 07:57:27 +00:00
committed by Gerrit Code Review

View File

@@ -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">