media/demos/session_service/src/main
bachinger efff1ee2f1 Add SessionError and use it in service results
This change adds `SessionError` and uses it in `SessionResult`
and `LibraryResult` to report errors to callers.

Constructors and factory method that used a simple `errorCode` to
construct error variants of `SessionResult` and `LibraryResult`
have been overloaded with a variant that uses a `SessionError`
instead. While these methods and constructors are supposed to be
deprecated, they aren't yet deprecated until the newly added
alternative is stabilized.

PiperOrigin-RevId: 642254336
2024-06-11 06:53:42 -07:00
..
assets Split demo service into its own module for reuse 2023-09-27 15:21:23 -07:00
java/androidx/media3/demo/session Add SessionError and use it in service results 2024-06-11 06:53:42 -07:00
res/values Split demo service into its own module for reuse 2023-09-27 15:21:23 -07:00
AndroidManifest.xml Request notification permission when starting session demo app 2023-10-11 06:27:59 -07:00