Jump to content

Archived

This topic is now archived and is closed to further replies.

Alf

Multi-Window Support for PadTV HD App

Recommended Posts

Multi-Window Support for PadTV HD App

Hello, I tested the PADTV HD version 2.7.1.8 on a Galaxy S7 with Android 7 and it worked, but when I have to use the new feature of the Multi-Window it stops working. The new version is also not ready for this feature that now should be basic to watch tv while we use another window.

Developers should allow the APP to work together with another APP at the same time, as with video APPs, it's a simple matter.

See:

https://developer.android.com/guide/topics/ui/multi-window.html

“ […]

Configuring Your App for Multi-Window Mode

[…] In multi-window mode, an app can be in the paused state and still be visible to the user. An app might need to continue its activities even while paused. For example, a video-playing app that is in paused mode but is visible should continue showing its video. For this reason, we recommend that activities that play video not pause the video in their onPause() handlers. Instead, they should pause video in onStop(), and resume playback in onStart().

[…] Configuring Your App for Multi-Window Mode

[…] For example, if the root activity has android:resizeableActivity set to true, then all activities in the task stack are resizable.

[…] android:supportsPictureInPicture

Set this attribute in your manifest's <activity> node to indicate whether the activity supports Picture-in-Picture display. This attribute is ignored if android:resizeableActivity is false”.

 

Thanks

Share this post


Link to post
Share on other sites

Thanks for your feedback.

We have sent your feedback to the techs and they are testing about it, if there is any new progress,we will update it at here,  hope you can wait patiently.

Share this post


Link to post
Share on other sites

×
×
  • Create New...