Fix mock provider

A subsequent test will add some more unit tests

Change-Id: I7e584dae397a4100de3495a3f9c597a09917aad4
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a615fac..5fb419c 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"