зеркало из https://github.com/mozilla/gecko-dev.git
Bug 933422 - (follow-up) Move comment from WebApp to App. r=me DONTBUILD
This commit is contained in:
Родитель
1a56b353ea
Коммит
7092b0b5d0
|
@ -83,6 +83,8 @@
|
||||||
android:debuggable="true">
|
android:debuggable="true">
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
<!-- If the windowSoftInputMode adjust* flag changes below, the
|
||||||
|
setSoftInputMode call in BrowserSearch#onStop must also be updated. -->
|
||||||
<activity android:name=".App"
|
<activity android:name=".App"
|
||||||
android:label="@MOZ_APP_DISPLAYNAME@"
|
android:label="@MOZ_APP_DISPLAYNAME@"
|
||||||
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
|
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
|
||||||
|
@ -175,8 +177,6 @@
|
||||||
</receiver>
|
</receiver>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
<!-- If the windowSoftInputMode adjust* flag changes below, the
|
|
||||||
setSoftInputMode call in BrowserSearch#onStop must also be updated. -->
|
|
||||||
<activity android:name=".WebApp"
|
<activity android:name=".WebApp"
|
||||||
android:label="@string/webapp_generic_name"
|
android:label="@string/webapp_generic_name"
|
||||||
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
|
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче