go back to singleTop for GamesList to see if it fixes the occasional

Activity duplication I'm seeing on-device.
This commit is contained in:
Andy2 2011-03-04 07:13:00 -08:00
parent a5ba0ac5fe
commit f21ddedc59

View file

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- -*- compile-command: "ant install"; -*- -->
<!-- Copyright (C) 2007 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
@ -40,6 +41,7 @@
<activity android:name="GamesList"
android:label="@string/title_games_list"
android:launchMode="singleTop"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />