Bug 854040 - Re-enable mini-app mode on Samsung phones. r=blassey

This commit is contained in:
Wes Johnston 2014-05-05 16:30:30 -07:00
Родитель 6741fed037
Коммит 4a48e3b766
1 изменённых файлов: 11 добавлений и 0 удалений

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

@ -81,6 +81,8 @@
android:debuggable="true">
#endif
<meta-data android:name="com.sec.android.support.multiwindow" android:value="true"/>
<!-- If the windowSoftInputMode adjust* flag changes below, the
setSoftInputMode call in BrowserSearch#onStop must also be updated. -->
<activity android:name=".App"
@ -91,10 +93,19 @@
android:windowSoftInputMode="stateUnspecified|adjustResize"
android:launchMode="singleTask"
android:theme="@style/Gecko.App">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
</intent-filter>
<meta-data android:name="com.sec.minimode.icon.portrait.normal"
android:resource="@drawable/icon"/>
<meta-data android:name="com.sec.minimode.icon.landscape.normal"
android:resource="@drawable/icon" />
<intent-filter>
<action android:name="org.mozilla.gecko.ACTION_ALERT_CALLBACK" />
</intent-filter>