Bug 817921 - Allow webapps to create sub activities. r=blassey

This commit is contained in:
Wes Johnston 2013-01-02 10:35:50 -08:00
parent af86d99bc3
commit f44dad5977

View File

@ -2,7 +2,7 @@
android:label="@string/webapp_generic_name"
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
android:windowSoftInputMode="stateUnspecified|adjustResize"
android:launchMode="singleInstance"
android:launchMode="singleTask"
android:taskAffinity="org.mozilla.gecko.WEBAPP@APPNUM@"
android:process=":@ANDROID_PACKAGE_NAME@.WebApp@APPNUM@"
android:theme="@style/Gecko.App">