summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2012-05-23 17:52:01 -0700
committerAndrew Sapperstein <asapperstein@google.com>2012-05-24 10:26:01 -0700
commitf62c05bac7291de4bc738fb3284b4b821dfc5052 (patch)
tree23fbd545eaae292c611a4dcc6aacbd68d6c19d22 /AndroidManifest.xml
parent7dd054e39986de84a213c56a3c11ac94731402e6 (diff)
downloadandroid_packages_apps_UnifiedEmail-f62c05bac7291de4bc738fb3284b4b821dfc5052.tar.gz
android_packages_apps_UnifiedEmail-f62c05bac7291de4bc738fb3284b4b821dfc5052.tar.bz2
android_packages_apps_UnifiedEmail-f62c05bac7291de4bc738fb3284b4b821dfc5052.zip
First commit of the native photo viewer.
It compiles but you can't actually get to it yet. I figured that at some point, this big commit would have to happen so I'm just doing it now. Change-Id: I0a7675545ee7708a5eff2e60708f84b151a87114
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9f5db0e03..7fb6a050e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -106,6 +106,12 @@
</intent-filter>
</activity>
+ <activity
+ android:name=".photo.PhotoViewActivity"
+ android:label="@string/app_name"
+ android:theme="@style/PhotoViewTheme" >
+ </activity>
+
<provider
android:authorities="com.android.mail.mockprovider"
android:label="@string/mock_content_provider"