1 <activity android:name="org.mozilla.gecko.webapps.WebApps$WebApp@APPNUM@"
3 android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize|locale|layoutDirection|smallestScreenSize|screenLayout"
4 android:windowSoftInputMode="stateUnspecified|adjustResize"
5 android:theme="@style/Gecko.App"
6 android:taskAffinity="org.mozilla.gecko.webapps.WebApps@APPNUM@"
7 android:launchMode="singleTask"
8 android:exported="true"