mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
31c474a34c
--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"
|
|
/>
|