make GamesList singleTop so notifications go to existing activity

This commit is contained in:
Andy2 2010-10-08 17:33:44 -07:00
parent 7d9c143d15
commit 6ad074182f

View file

@ -35,7 +35,9 @@
>
<activity android:name="GamesList"
android:label="@string/title_games_list">
android:label="@string/title_games_list"
android:launchMode="singleTop"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />