0

I'm using code from Github sample project - googlecast/CastHelloText-android but they have hardcoded in AndroidManifest android:screenOrientation="portrait" and I want to be able to rotate screen and use split-screen (android nougat). It closes the custom channel and I cant restart it.

Prags
  • 2,457
  • 2
  • 21
  • 38
kris
  • 55
  • 1
  • 7

1 Answers1

0

Automatic reconnection is handled by the Cast SDK. You have to ensure that you call the right API to join an existing session if one already exists.

Leon Nicholls
  • 4,623
  • 2
  • 16
  • 17