Add EmlViewerActivity to AndroidManifest.xml.
Change-Id: I6728999bf3f27b4c0b9c0664775a7b87c97690c1
This commit is contained in:
parent
bc7cd75e9a
commit
7500c15652
@ -321,6 +321,17 @@
|
||||
android:theme="@style/PhotoViewTheme" >
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name="com.android.mail.browse.EmlViewerActivity"
|
||||
android:label="@string/app_name"
|
||||
android:exported="false">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data android:mimeType="message/rfc822" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<!-- additional activities -->
|
||||
|
||||
<provider
|
||||
|
Loading…
Reference in New Issue
Block a user