2015-11-26, 22:44
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
to the manifest inside the application tag
Thanks!
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!