summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorPaul Westbrook <pwestbro@google.com>2013-07-16 11:57:20 -0700
committerPaul Westbrook <pwestbro@google.com>2013-07-16 14:38:15 -0700
commitdb5356a92ebc593e9eb564aaadad8dac8cd83554 (patch)
tree6250b2230c72a5a61fecb77d4a82a9326ef7239c /AndroidManifest.xml
parent9489e7a0f933220d439d65bb61630dedf480e772 (diff)
downloadandroid_packages_apps_UnifiedEmail-db5356a92ebc593e9eb564aaadad8dac8cd83554.tar.gz
android_packages_apps_UnifiedEmail-db5356a92ebc593e9eb564aaadad8dac8cd83554.tar.bz2
android_packages_apps_UnifiedEmail-db5356a92ebc593e9eb564aaadad8dac8cd83554.zip
Fix mock provider
A subsequent test will add some more unit tests Change-Id: I7e584dae397a4100de3495a3f9c597a09917aad4
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a615facb4..5fb419c86 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -123,6 +123,14 @@
</activity>
<provider
+ android:authorities="com.android.mail.accountcache"
+ android:label="@string/account_cache_provider"
+ android:multiprocess="false"
+ android:name=".providers.UnifiedAccountCacheProvider" >
+ <grant-uri-permission android:pathPattern=".*" />
+ </provider>
+
+ <provider
android:authorities="com.android.mail.mockprovider"
android:label="@string/mock_content_provider"
android:multiprocess="false"
@@ -139,14 +147,6 @@
</provider>
<provider
- android:authorities="com.android.mail.accountcache"
- android:label="@string/account_cache_provider"
- android:multiprocess="false"
- android:name=".providers.UnifiedAccountCacheProvider" >
- <grant-uri-permission android:pathPattern=".*" />
- </provider>
-
- <provider
android:authorities="@string/eml_attachment_provider"
android:multiprocess="false"
android:exported="false"