OSDN Git Service

Gallery should show up in recents even when run via shortcut
authorAlan Newberger <alann@google.com>
Thu, 31 Oct 2013 22:15:45 +0000 (15:15 -0700)
committerAlan Newberger <alann@google.com>
Thu, 31 Oct 2013 22:20:03 +0000 (15:20 -0700)
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

AndroidManifest.xml

index 8f48edf..59da7ea 100644 (file)
         <!-- 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" />