summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorSubir Jhanb <subir@google.com>2012-08-06 17:19:22 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-08-08 14:31:45 -0700
commit603af61a7cd49f214743b286520419a3fe460774 (patch)
treeb2b9cb612a0e82a423b0f83a747eaf323fc322a4 /core/res
parent9951b7c4f094d39db70626ed665f848971220c48 (diff)
downloadframeworks_base-603af61a7cd49f214743b286520419a3fe460774.zip
frameworks_base-603af61a7cd49f214743b286520419a3fe460774.tar.gz
frameworks_base-603af61a7cd49f214743b286520419a3fe460774.tar.bz2
Add a new permission to have access to Gal Provider
BUG:6897999 Change-Id: Ie60963b7f3911b402b971e794178754e1b4f0a43
Diffstat (limited to 'core/res')
-rw-r--r--core/res/AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index d636713..195b1ef 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -278,6 +278,13 @@
android:label="@string/permlab_writeContacts"
android:description="@string/permdesc_writeContacts" />
+ <!-- Allows an application to execute contacts directory search.
+ This should only be used by ContactsProvider. -->
+ <!-- @hide -->
+ <permission android:name="android.permission.BIND_DIRECTORY_SEARCH"
+ android:permissionGroup="android.permission-group.PERSONAL_INFO"
+ android:protectionLevel="signature" />
+
<!-- Allows an application to read the user's call log. -->
<permission android:name="android.permission.READ_CALL_LOG"
android:permissionGroup="android.permission-group.PERSONAL_INFO"