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 3f3c1de0e8
commit f452c0cfac

View File

@ -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">
<intent-filter>