Kodi Community Forum

Full Version: LG DualScreen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, would it be possible to add support for LG Dual Screen? It would be nice having this to have Kore remote and my TV remote on one screen

Basically its a really simple change and has no side effect for other phones (tested extensively with my own app too )

Just add

Code:
<meta-data android:name="com.lge.support.SPLIT_WINDOW" android:value="true" />


to the manifest inside the application tag

Thanks!
No way to test this, but i'll trust you.
Thanks, i have built it from source and its working as expected Smile