mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
set launchMode of GamesList activity to singleTask. This seems to be
the only way to have it wind up on top *and without it being a second instance of the activity* when relaunched in response to a move-made notification. Even passing the SINGLE_TASK flag to the relaunching Intent doesn't accomplish this.
This commit is contained in:
parent
c2aa7438c7
commit
be4bb3a73e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
<activity android:name="GamesList"
|
||||
android:label="@string/title_games_list"
|
||||
android:launchMode="singleTop"
|
||||
android:launchMode="singleTask"
|
||||
>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
Loading…
Add table
Reference in a new issue