Bug 933422 - (follow-up) Move comment from WebApp to App. r=me DONTBUILD

This commit is contained in:
Brian Nicholson 2014-01-22 17:33:54 -08:00
Родитель 1a56b353ea
Коммит 7092b0b5d0
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -83,6 +83,8 @@
android:debuggable="true">
#endif
<!-- If the windowSoftInputMode adjust* flag changes below, the
setSoftInputMode call in BrowserSearch#onStop must also be updated. -->
<activity android:name=".App"
android:label="@MOZ_APP_DISPLAYNAME@"
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
@ -175,8 +177,6 @@
</receiver>
#endif
<!-- If the windowSoftInputMode adjust* flag changes below, the
setSoftInputMode call in BrowserSearch#onStop must also be updated. -->
<activity android:name=".WebApp"
android:label="@string/webapp_generic_name"
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"