Adding MailPhotoViewActivity to email2 manifest.

So it'll actually open the photo viewer in Email2.

Change-Id: Ia4f5ce69367c88c5b9dbb546da44f55aa93205be
This commit is contained in:
Andrew Sapperstein 2012-06-21 14:30:28 -07:00
parent a4d7a3d0a9
commit d638e701c4
1 changed files with 6 additions and 0 deletions

View File

@ -273,6 +273,12 @@
>
</activity>
<activity
android:name=".photo.MailPhotoViewActivity"
android:label="@string/app_name"
android:theme="@style/PhotoViewTheme" >
</activity>
<provider
android:authorities="com.android.email2.conversation.provider"
android:label="@string/conversation_content_provider"