Skip to content

Commit 802eec6

Browse files
committed
Formatting and release notes
1 parent 096b900 commit 802eec6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

RELEASENOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ This release includes the following changes since the
159159
position artefacts in the Android Auto UI (and other controllers using
160160
this information from the platform media session)
161161
([#1758](https://github.com/androidx/media/issues/1758)).
162+
* Fix StrictMode unsafe launch violation warning
163+
([#2330](https://github.com/androidx/media/pull/2330)).
162164
* Cronet extension:
163165
* Add automatic cookie handling
164166
([#5975](https://github.com/google/ExoPlayer/issues/5975)).

libraries/session/src/main/java/androidx/media3/session/MediaButtonReceiver.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ protected final void handleIntentAndMaybeStartTheService(
216216
*
217217
* @param context The {@link Context} that {@linkplain #onReceive(Context, Intent) was received by
218218
* the media button event receiver}.
219-
* @param intent The intent that would be used {@linkplain Context#startForegroundService(Intent)
220-
* for starting the foreground service}.
219+
* @param intent The intent that will be used by {@linkplain
220+
* Context#startForegroundService(Intent) for starting the foreground service}.
221221
* @return true if the service should be {@linkplain ContextCompat#startForegroundService(Context,
222222
* Intent) started as a foreground service}. If false is returned the service is not started
223223
* and the receiver call is a no-op.

0 commit comments

Comments
 (0)