summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndy Huang <ath@google.com>2014-06-13 17:31:59 -0700
committerAndy Huang <ath@google.com>2014-06-16 17:32:56 -0700
commit28543e99abd0eb0fdd82d299a58fcc354e6d6621 (patch)
treeefe6f328f162f58529382e9981ec5615f456297e /AndroidManifest.xml
parent93ec28ec41d398e529dc0d54461a7cf264ece60e (diff)
downloadandroid_packages_apps_Email-28543e99abd0eb0fdd82d299a58fcc354e6d6621.tar.gz
android_packages_apps_Email-28543e99abd0eb0fdd82d299a58fcc354e6d6621.tar.bz2
android_packages_apps_Email-28543e99abd0eb0fdd82d299a58fcc354e6d6621.zip
doc-centric compose
use 'intoExisting' so repeated taps on Reply for a particular message goes right to any in-progress compose. use 'autoRemoveFromRecents' because nobody wants stale Compose tasks accessible from Recents. Change-Id: Icb39b504f51d20c8c2a11105c1af7a8b371234c4
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 617605d1f..caac4d492 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -90,6 +90,8 @@
<activity
android:name="com.android.email.activity.ComposeActivityEmail"
android:label="@string/app_name"
+ android:documentLaunchMode="intoExisting"
+ android:autoRemoveFromRecents="true"
android:theme="@style/ComposeTheme">
<intent-filter>
<action