Merge "Grant ACCESS_SHARED_LIBRARIES permission to Shell for testing." into rvc-dev am: e795081a19

Change-Id: If8d850945d47b7553e556c613b1d08c0504b517b
This commit is contained in:
TreeHugger Robot
2020-05-11 19:59:10 +00:00
committed by Automerger Merge Worker

View File

@@ -294,6 +294,9 @@
<!-- Permissions required for CTS test - AutoRevokeTest --> <!-- Permissions required for CTS test - AutoRevokeTest -->
<uses-permission android:name="android.permission.WHITELIST_AUTO_REVOKE_PERMISSIONS" /> <uses-permission android:name="android.permission.WHITELIST_AUTO_REVOKE_PERMISSIONS" />
<!-- Permissions needed to test shared libraries -->
<uses-permission android:name="android.permission.ACCESS_SHARED_LIBRARIES" />
<application android:label="@string/app_label" <application android:label="@string/app_label"
android:theme="@android:style/Theme.DeviceDefault.DayNight" android:theme="@android:style/Theme.DeviceDefault.DayNight"
android:defaultToDeviceProtectedStorage="true" android:defaultToDeviceProtectedStorage="true"