summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c3e33ab37..bbe02d4ae 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -393,7 +393,7 @@
<provider
android:authorities="com.android.email.accountcache"
android:label="@string/account_cache_provider"
- android:exported="true"
+ android:exported="false"
android:name="com.android.mail.providers.EmailAccountCacheProvider" >
<grant-uri-permission android:pathPattern=".*" />
</provider>