
Starting with Android 12 all components of an app that have an intent filter need to have an explicit attribute android:export that is set to either true or false. If a component filters for the MAIN or a VIEW action it needs the attribute explicitly set to true. Prior to Android 12 these were exported implicitly. See https://medium.com/androiddevelopers/lets-be-explicit-about-our-intent-filters-c5dbe2dbdce0 PiperOrigin-RevId: 358368785
Cast demo application
This folder contains a demo application that showcases ExoPlayer integration with Google Cast.
Please see the demos README for instructions on how to build and run this demo.