mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-12 08:47:50 +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"
|
<activity android:name="GamesList"
|
||||||
android:label="@string/title_games_list"
|
android:label="@string/title_games_list"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTask"
|
||||||
>
|
>
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue