Merge pull request #118 from RaafatAkkad/master

Add support for Samsung Multi Window
This commit is contained in:
Synced Synapse 2015-09-18 18:26:12 +01:00
commit a77773555c
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>