
1. Remove cookie manager logic from PlayerActivity, since it has no effect when Cronet is used (which is now the default) 2. Add toggle in DemoUtil to use Cronet or the default network stack. Configure the cookie manager only when using the default network stack PiperOrigin-RevId: 350922671
ExoPlayer main demo
This is the main ExoPlayer demo application. It uses ExoPlayer to play a number of test streams. It can be used as a starting point or reference project when developing other applications that make use of the ExoPlayer library.
Please see the demos README for instructions on how to build and run this demo.