Merge "Lock down MANAGE_DOCUMENTS permission." into klp-dev

This commit is contained in:
Jeff Sharkey
2014-03-21 17:47:00 +00:00
committed by Android (Google) Code Review

View File

@@ -1192,7 +1192,7 @@
android:permissionGroup="android.permission-group.STORAGE"
android:label="@string/permlab_manageDocs"
android:description="@string/permdesc_manageDocs"
android:protectionLevel="signature|system" />
android:protectionLevel="signature" />
<!-- ================================== -->
<!-- Permissions for screenlock -->