Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21b61954 authored by Alan Newberger's avatar Alan Newberger
Browse files

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
parent ebbcc394
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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" />