diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2014-03-20 01:12:06 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-03-20 01:12:06 +0000 |
commit | d0abcedece5c749129af89cf096534c98a716d89 (patch) | |
tree | 702399062109833aef03265f26dadb0f149ee4a8 /core/res/AndroidManifest.xml | |
parent | 024a003d4c5b558ad5580cde4a99c2180bcd77fa (diff) | |
parent | b49995d4d997bf086c2f3214ca410b2a30861b13 (diff) | |
download | frameworks_base-d0abcedece5c749129af89cf096534c98a716d89.zip frameworks_base-d0abcedece5c749129af89cf096534c98a716d89.tar.gz frameworks_base-d0abcedece5c749129af89cf096534c98a716d89.tar.bz2 |
Merge "Introduce the SearchIndexablesProvider and its friends"
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r-- | core/res/AndroidManifest.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index c2159fb..a1a6bba 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2400,6 +2400,12 @@ android:permissionGroup="android.permission-group.SYSTEM_TOOLS" android:protectionLevel="signature" /> + <!-- Internal permission to allows an application to read indexable data. + @hide --> + <permission android:name="android.permission.READ_SEARCH_INDEXABLES" + android:permissionGroup="android.permission-group.SYSTEM_TOOLS" + android:protectionLevel="signature|system" /> + <!-- Allows applications to set a live wallpaper. @hide XXX Change to signature once the picker is moved to its own apk as Ghod Intended. --> |