media/library/core
tonihei 0a74e36f7b Gracefully handle revoked ACCESS_NETWORK_STATE permission.
This permission has normal access right and can't be revoked by the user.
However, an app can choose to revoke it when using ExoPlayer, e.g. if
no network is required and the app doesn't want to list this permission.

Support this use case by gracefully catching the exception in the relevant
places.

Issue:#6019
PiperOrigin-RevId: 253759332
2019-06-18 17:47:56 +01:00
..
src Gracefully handle revoked ACCESS_NETWORK_STATE permission. 2019-06-18 17:47:56 +01:00
build.gradle Remove cronet extension nullness blacklist 2019-05-23 13:29:35 +01:00
proguard-rules.txt Use MediaSourceFactory interface to simplify DownloadHelper 2019-05-15 20:13:59 +01:00
README.md Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00

ExoPlayer core library module

The core of the ExoPlayer library.

  • Javadoc: Note that this Javadoc is combined with that of other modules.