Skip to content

Commit 2ff0c04

Browse files
Subir JhanbAndroid (Google) Code Review
authored andcommitted
Merge "Change directory permission to "signature|system"" into jb-mr1-dev
2 parents 9a994b5 + 0224cca commit 2ff0c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/res/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
<!-- @hide -->
284284
<permission android:name="android.permission.BIND_DIRECTORY_SEARCH"
285285
android:permissionGroup="android.permission-group.PERSONAL_INFO"
286-
android:protectionLevel="signature" />
286+
android:protectionLevel="signature|system" />
287287

288288
<!-- Allows an application to read the user's call log. -->
289289
<permission android:name="android.permission.READ_CALL_LOG"

0 commit comments

Comments
 (0)