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
commitc26ae26aa33a5cc622db70eea2bd7b4bf9e7a2e1 (patch)
treea91d45e3588cf335a4123d2023a57e3a99f4e454 /AndroidManifest.xml
parent7c16c0fe16921002aad4486f19a300cd72b08a3f (diff)
downloadandroid_packages_apps_Snap-c26ae26aa33a5cc622db70eea2bd7b4bf9e7a2e1.tar.gz
android_packages_apps_Snap-c26ae26aa33a5cc622db70eea2bd7b4bf9e7a2e1.tar.bz2
android_packages_apps_Snap-c26ae26aa33a5cc622db70eea2bd7b4bf9e7a2e1.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"