Merge "Shell: Grant CACHE_CONTENT to Shell" into qt-dev

This commit is contained in:
Narayan Kamath
2019-04-09 13:34:30 +00:00
committed by Android (Google) Code Review

View File

@@ -194,6 +194,9 @@
<uses-permission android:name="android.permission.SET_WALLPAPER" />
<uses-permission android:name="android.permission.SET_WALLPAPER_COMPONENT" />
<!-- 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">