mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
0ec4859e6a
--HG-- extra : rebase_source : c16aae95aae1145907a4b40d48256f5e9bbaa516
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"
|
|
/>
|