summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2013-06-06 16:04:26 -0700
committerAndrew Sapperstein <asapperstein@google.com>2013-06-10 17:33:32 -0700
commit376294bbb5ded471ad577fdb492875a837021d08 (patch)
treee9ab951dbea177906537f040bede8e818687e5d3 /AndroidManifest.xml
parentf9024cc52785c8740654dc89296a10a18da83077 (diff)
downloadandroid_packages_apps_UnifiedEmail-376294bbb5ded471ad577fdb492875a837021d08.tar.gz
android_packages_apps_UnifiedEmail-376294bbb5ded471ad577fdb492875a837021d08.tar.bz2
android_packages_apps_UnifiedEmail-376294bbb5ded471ad577fdb492875a837021d08.zip
Refactoring of AbstractConversationViewFragment.
In order to support EML viewing, we need a bunch of the overhead provided by AbstractConversationViewFragment without actually inheriting from it. Additionally, most of the code was inner classes that had no business being such. These are now moved into their own classes. Change-Id: I80769d2606b52c41dc116a6bdee17c00adc66a5a
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 130700b0c..d3ace59eb 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -119,6 +119,7 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="message/rfc822" />
+ <data android:mimeType="application/eml" />
</intent-filter>
</activity>