Export Eml viewer.

There's really no reason why it shouldn't be
and having it exported prevents b/9334785 from occurring.

Change-Id: Icaf9e90bc1f2e7bb35dba27ccb380ffa9ae7acbb
This commit is contained in:
Andrew Sapperstein 2013-06-11 15:01:05 -07:00
parent 6853ff91c8
commit ae8e0b7ac3
1 changed files with 1 additions and 2 deletions

View File

@ -324,8 +324,7 @@
<activity
android:name="com.android.mail.browse.EmlViewerActivity"
android:label="@string/app_name"
android:exported="false">
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />