summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2013-02-27 16:48:16 -0800
committerJohn Reck <jreck@google.com>2013-03-01 11:30:16 -0800
commitd8732610ff48dc57063559d55ea3c84775e30e41 (patch)
treeadc5f4d1ccabdb1e354b219d25a06bed75582aba /AndroidManifest.xml
parentd26f1ad5a859da0847ab181df2eebd45e155118b (diff)
downloadandroid_packages_apps_Gallery2-d8732610ff48dc57063559d55ea3c84775e30e41.tar.gz
android_packages_apps_Gallery2-d8732610ff48dc57063559d55ea3c84775e30e41.tar.bz2
android_packages_apps_Gallery2-d8732610ff48dc57063559d55ea3c84775e30e41.zip
Add full screen image view
Change-Id: I5b3db9ce4c86788b640a48bafa87cd9e952739d4
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 303cb91a0..c33ab3d82 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -167,6 +167,13 @@
</intent-filter>
</activity>
+ <activity android:name="com.android.photos.FullscreenViewer"
+ android:label="@string/app_name"
+ android:configChanges="keyboardHidden|orientation|screenSize"
+ android:theme="@style/Theme.Photos.Fullscreen"
+ android:parentActivityName="com.android.photos.GalleryActivity">
+ </activity>
+
<!-- This activity receives USB_DEVICE_ATTACHED intents and allows importing
media from attached MTP devices, like cameras and camera phones -->
<activity android:launchMode="singleInstance"