2013-04-17 16:24:02 -07:00
|
|
|
<activity android:name=".WebApps$WebApp@APPNUM@"
|
2012-07-13 16:27:59 -07:00
|
|
|
android:label="@string/webapp_generic_name"
|
2012-06-18 10:03:03 -07:00
|
|
|
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
|
|
|
|
android:windowSoftInputMode="stateUnspecified|adjustResize"
|
2013-01-02 10:35:50 -08:00
|
|
|
android:launchMode="singleTask"
|
2012-08-23 09:15:26 -07:00
|
|
|
android:taskAffinity="org.mozilla.gecko.WEBAPP@APPNUM@"
|
2012-06-18 10:03:03 -07:00
|
|
|
android:process=":@ANDROID_PACKAGE_NAME@.WebApp@APPNUM@"
|
2013-02-13 07:26:05 -08:00
|
|
|
android:excludeFromRecents="true"
|
2012-09-24 14:52:25 -07:00
|
|
|
android:theme="@style/Gecko.App">
|
2012-06-18 10:03:03 -07:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="org.mozilla.gecko.WEBAPP@APPNUM@" />
|
|
|
|
</intent-filter>
|
2012-08-22 08:37:08 -07:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="org.mozilla.gecko.ACTION_ALERT_CALLBACK" />
|
|
|
|
</intent-filter>
|
2012-06-18 10:03:03 -07:00
|
|
|
</activity>
|
|
|
|
|