From cfd89da9c388c88a94e188e057d20d35207cfd68 Mon Sep 17 00:00:00 2001 From: Makoto Onuki Date: Tue, 21 Jun 2011 14:06:54 -0700 Subject: [PATCH] Make EmailActivity the default activity. We still go through Welcome when the app is launched from account/mailbox shortcuts or a widget, to clear all existing activity instances, but when the app is launched from the launcher we just open EmailActivity. This will get rid of the flicker. Change-Id: I9bff31fb96e24c125ddc0a1e30a007e6d6ff036d --- AndroidManifest.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6ea002279..6affe2365 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -94,11 +94,6 @@ - - - - - @@ -198,6 +193,11 @@ + + + + +