You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Android TV docs describe how you can/should request to play video when onPause is called. Does that also apply to Fire OS? It does not say so in the recommendations for onPause for MultiMedia Apps
The text was updated successfully, but these errors were encountered:
In addition to that, the function returns a boolean, which will tell you whether the request was successful (e.g. if the OS does not support that feature, you would get false when calling it, meaning you cannot count on the video to continue playing, which is decided by the OS). Thanks!
The Android TV docs describe how you can/should request to play video when
onPause
is called. Does that also apply to Fire OS? It does not say so in the recommendations for onPause for MultiMedia AppsThe text was updated successfully, but these errors were encountered: