From 9ccd17d3ebd2fab5c178bc9c32ad90087246dba3 Mon Sep 17 00:00:00 2001 From: Wes Johnston Date: Thu, 23 Aug 2012 09:15:26 -0700 Subject: [PATCH] Bug 784397 - Apps should have their own task affinity so that they all show in recent apps. r=mfinkle --- mobile/android/base/WebAppManifestFragment.xml.frag | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/android/base/WebAppManifestFragment.xml.frag b/mobile/android/base/WebAppManifestFragment.xml.frag index eee83dcc4f6..5751e45f63f 100644 --- a/mobile/android/base/WebAppManifestFragment.xml.frag +++ b/mobile/android/base/WebAppManifestFragment.xml.frag @@ -3,6 +3,7 @@ android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize" android:windowSoftInputMode="stateUnspecified|adjustResize" android:launchMode="singleInstance" + android:taskAffinity="org.mozilla.gecko.WEBAPP@APPNUM@" android:process=":@ANDROID_PACKAGE_NAME@.WebApp@APPNUM@" android:theme="@style/Gecko.NoActionBar">