am 3f523222: Merge "Lock down MANAGE_DOCUMENTS permission." into klp-dev

* commit '3f5232220f2db839f690489ed272113f660daa40':
  Lock down MANAGE_DOCUMENTS permission.
This commit is contained in:
Jeff Sharkey
2014-03-21 17:50:39 +00:00
committed by Android Git Automerger

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