File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
libraries/session/src/main/java/androidx/media3/session Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,8 @@ This release includes the following changes since the
159
159
position artefacts in the Android Auto UI (and other controllers using
160
160
this information from the platform media session)
161
161
([ #1758 ] ( https://github.com/androidx/media/issues/1758 ) ).
162
+ * Fix StrictMode unsafe launch violation warning
163
+ ([ #2330 ] ( https://github.com/androidx/media/pull/2330 ) ).
162
164
* Cronet extension:
163
165
* Add automatic cookie handling
164
166
([ #5975 ] ( https://github.com/google/ExoPlayer/issues/5975 ) ).
Original file line number Diff line number Diff line change @@ -216,8 +216,8 @@ protected final void handleIntentAndMaybeStartTheService(
216
216
*
217
217
* @param context The {@link Context} that {@linkplain #onReceive(Context, Intent) was received by
218
218
* 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}.
221
221
* @return true if the service should be {@linkplain ContextCompat#startForegroundService(Context,
222
222
* Intent) started as a foreground service}. If false is returned the service is not started
223
223
* and the receiver call is a no-op.
You can’t perform that action at this time.
0 commit comments