Skip to content

Commit 0224cca

Browse files
author
Subir Jhanb
committed
Change directory permission to "signature|system"
Change-Id: I53dea6984b4577803fdead5caad0112503d2b4e5
1 parent ee98610 commit 0224cca

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)