mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-19 02:13:04 +00:00
10 lines
546 B
GLSL
10 lines
546 B
GLSL
<activity android:name="org.mozilla.gecko.webapp.Webapps$Webapp@APPNUM@"
|
|
android:label="@string/webapp_generic_name"
|
|
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
|
|
android:windowSoftInputMode="stateUnspecified|adjustResize"
|
|
android:process=":@ANDROID_PACKAGE_NAME@.Webapp@APPNUM@"
|
|
android:theme="@style/Gecko.App"
|
|
android:launchMode="singleTop"
|
|
android:exported="true"
|
|
/>
|