summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlan Newberger <alann@google.com>2013-10-31 15:15:45 -0700
committerAlan Newberger <alann@google.com>2013-10-31 15:20:03 -0700
commit21b619541d6a92d595bbe6e95d4a0b46b6f40f77 (patch)
treec6f5e1a3d8aa0be6de2fcbc1a5b0a988675075c8 /AndroidManifest.xml
parentebbcc3944adcc01846128d1bdacc7c8b1c8cdb35 (diff)
downloadandroid_packages_apps_Gallery2-21b619541d6a92d595bbe6e95d4a0b46b6f40f77.tar.gz
android_packages_apps_Gallery2-21b619541d6a92d595bbe6e95d4a0b46b6f40f77.tar.bz2
android_packages_apps_Gallery2-21b619541d6a92d595bbe6e95d4a0b46b6f40f77.zip
Gallery should show up in recents even when run via shortcut
Gallery when run through the shortcut doesn't show up in recents. This is a minimal change to show the activity in recents even when started via shortcut. Bug: 11195140 Change-Id: Iaa7230fd1874871744403b1b2e2e9216c4cb73d2
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8f48edf20..59da7eae7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -164,7 +164,6 @@
<!-- This activity acts as a trampoline to the new Gallery activity,
so that existing shortcuts are preserved. -->
<activity android:name="com.android.gallery3d.app.Gallery"
- android:excludeFromRecents="true"
android:theme="@style/android:Theme.NoDisplay">
<intent-filter>
<action android:name="android.intent.action.MAIN" />