mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 18:09:16 +00:00
10 lines
548 B
Plaintext
10 lines
548 B
Plaintext
<activity android:name="org.mozilla.goanna.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/Goanna.App"
|
|
android:launchMode="singleTop"
|
|
android:exported="true"
|
|
/>
|