Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8b8b106

Browse filesBrowse files
committed
Formatting and release notes
1 parent 096b900 commit 8b8b106
Copy full SHA for 8b8b106

File tree

Expand file treeCollapse file tree

2 files changed

+4
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-2
lines changed
Open diff view settings
Collapse file

‎RELEASENOTES.md‎

Copy file name to clipboardExpand all lines: RELEASENOTES.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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)).
Collapse file

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

Copy file name to clipboardExpand all lines: libraries/session/src/main/java/androidx/media3/session/MediaButtonReceiver.java
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.