Add support for Samsung Multi Window

This commit is contained in:
Raafat Akkad 2015-09-08 19:02:41 +01:00
parent 5bb0f49a36
commit 73348c0f2e
1 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,7 @@
<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>
<!-- Intent filter for sharing from youtube player -->
@ -68,6 +69,12 @@
<service android:name="org.xbmc.kore.service.IntentActionsService"
android:exported="false"/>
<uses-library android:required="false" android:name="com.sec.android.app.multiwindow"/>
<meta-data android:name="com.sec.android.support.multiwindow" android:value="true" />
<meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_W" android:value="632.0dip" />
<meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_H" android:value="598.0dip" />
<meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_W" android:value="632.0dip" />
<meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_H" android:value="598.0dip" />
</application>
</manifest>