mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
make GamesList singleTop so notifications go to existing activity
This commit is contained in:
parent
7d9c143d15
commit
6ad074182f
1 changed files with 3 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue