From 14339d787ca72d489e56426fcd1779154ed8d5d6 Mon Sep 17 00:00:00 2001 From: cketti Date: Fri, 7 Sep 2012 02:57:29 +0200 Subject: [PATCH] Made Accounts a singleTop activity Now, returning to the app using the app icon will reuse the existing Accounts activity. This will skip the startup logic in onCreate(). --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4f6f217a9..b7a9d6bc7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -67,6 +67,7 @@