Bug 784397 - Apps should have their own task affinity so that they all show in recent apps. r=mfinkle

This commit is contained in:
Wes Johnston 2012-08-23 09:15:26 -07:00
parent f0a02069f1
commit 9ccd17d3eb

View File

@ -3,6 +3,7 @@
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
android:windowSoftInputMode="stateUnspecified|adjustResize" android:windowSoftInputMode="stateUnspecified|adjustResize"
android:launchMode="singleInstance" android:launchMode="singleInstance"
android:taskAffinity="org.mozilla.gecko.WEBAPP@APPNUM@"
android:process=":@ANDROID_PACKAGE_NAME@.WebApp@APPNUM@" android:process=":@ANDROID_PACKAGE_NAME@.WebApp@APPNUM@"
android:theme="@style/Gecko.NoActionBar"> android:theme="@style/Gecko.NoActionBar">
<intent-filter> <intent-filter>