stop exporting EmailAccountCacheProvider

Bug: 29767043
Change-Id: Ib9f16385a5e63557b6f293d148e49c9ad044c9b4
This commit is contained in:
Andy Huang 2016-07-01 16:56:19 -07:00 committed by gitbuildkicker
parent 2791f0b33b
commit cb2dfe43f2
1 changed files with 1 additions and 1 deletions

View File

@ -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>