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

am: 94feed6c55

Change-Id: I5683ede8c56a7e42bbad9fedcd76b3650978b926
This commit is contained in:
Narayan Kamath
2019-04-09 06:46:18 -07:00
committed by android-build-merger

View File

@@ -194,6 +194,9 @@
<uses-permission android:name="android.permission.SET_WALLPAPER" /> <uses-permission android:name="android.permission.SET_WALLPAPER" />
<uses-permission android:name="android.permission.SET_WALLPAPER_COMPONENT" /> <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" <application android:label="@string/app_label"
android:defaultToDeviceProtectedStorage="true" android:defaultToDeviceProtectedStorage="true"
android:directBootAware="true"> android:directBootAware="true">