Merge "Change directory permission to "signature|system"" into jb-mr1-dev

This commit is contained in:
Subir Jhanb
2012-08-16 17:18:21 -07:00
committed by Android (Google) Code Review

View File

@@ -283,7 +283,7 @@
<!-- @hide --> <!-- @hide -->
<permission android:name="android.permission.BIND_DIRECTORY_SEARCH" <permission android:name="android.permission.BIND_DIRECTORY_SEARCH"
android:permissionGroup="android.permission-group.PERSONAL_INFO" android:permissionGroup="android.permission-group.PERSONAL_INFO"
android:protectionLevel="signature" /> android:protectionLevel="signature|system" />
<!-- Allows an application to read the user's call log. --> <!-- Allows an application to read the user's call log. -->
<permission android:name="android.permission.READ_CALL_LOG" <permission android:name="android.permission.READ_CALL_LOG"