media/demos/cast/src/main
olly 7e6a1418e3 Demo apps: Annotate @NonNull where necessary
Because we now annotate not-null by default in ExoPlayer
library modules, we're seeing warnings in the demo apps where
we override a method and don't explicitly specify an equivalent
@NotNull annotation.

It's probably confusing to use not-null by default for the
demo apps, so this change uses @NonNull where necessary to fix
the warnings.

PiperOrigin-RevId: 296000044
2020-02-25 21:21:54 +00:00
..
java/com/google/android/exoplayer2/castdemo Demo apps: Annotate @NonNull where necessary 2020-02-25 21:21:54 +00:00
res Use per-media source DRM in the Cast demo app 2019-08-01 20:39:14 +01:00
AndroidManifest.xml Cast: Remove obsolete flavor dimension 2019-07-23 23:17:50 +01:00