bachinger 36cbcb30b6 Set explicit export attributes in all demo apps
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
2021-02-22 10:34:58 +00:00
..
2020-09-11 17:31:03 +01:00
2019-02-19 13:22:54 +00:00

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.