summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorVikram Aggarwal <viki@google.com>2012-04-02 14:42:40 -0700
committerVikram Aggarwal <viki@google.com>2012-04-03 10:12:54 -0700
commit6a62146d0af3bf33ff472e4fbfad64f6c582dd8e (patch)
treededbcd90dd89bfb45b2bf7d82200fcc93f60364c /AndroidManifest.xml
parentc203197908a95f707e93621e5eb5f0fb8bfc7d1f (diff)
downloadandroid_packages_apps_UnifiedEmail-6a62146d0af3bf33ff472e4fbfad64f6c582dd8e.tar.gz
android_packages_apps_UnifiedEmail-6a62146d0af3bf33ff472e4fbfad64f6c582dd8e.tar.bz2
android_packages_apps_UnifiedEmail-6a62146d0af3bf33ff472e4fbfad64f6c582dd8e.zip
Correct authority for suggestions provider
Change-Id: I363e8f00c7baeed9cae94fe25242594d6e4d4250
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 99854d878..a195ef501 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -129,6 +129,13 @@
<grant-uri-permission android:pathPattern=".*" />
</provider>
+ <!-- The android:name is the name of the Provider class which is stored in
+ UnifiedEmail, and has package name com.android.mail.providers and the class is
+ called SuggestionsProvider. The authority name is specified in the MailAppProvider
+ which is specific to the two apps separately. -->
+ <provider android:name="com.android.mail.providers.SuggestionsProvider"
+ android:authorities="com.android.mail.suggestionsprovider" />
+
<receiver android:name=".providers.protos.boot.AccountReceiver">
<intent-filter>
<action android:name="com.android.mail.providers.protos.boot.intent.ACTION_PROVIDER_CREATED" />