diff --git a/libraries/session/src/main/java/androidx/media3/session/DefaultMediaNotificationProvider.java b/libraries/session/src/main/java/androidx/media3/session/DefaultMediaNotificationProvider.java
index b0fd6bc36a..c3acb2a83d 100644
--- a/libraries/session/src/main/java/androidx/media3/session/DefaultMediaNotificationProvider.java
+++ b/libraries/session/src/main/java/androidx/media3/session/DefaultMediaNotificationProvider.java
@@ -84,8 +84,10 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
*
*
Drawables
*
- * The drawables used can be overridden by drawables with the same names defined the application.
- * The drawables are:
+ * The drawables used can be overridden by drawables with the same file names in {@code
+ * res/drawables} of the application module. Alternatively, you can override the drawable resource
+ * ID with a {@code drawable} element in a resource file in {@code res/values}. The drawable
+ * resource IDs are:
*
*
* - {@code media3_notification_play} - The play icon.
@@ -99,8 +101,8 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
*
*
String resources
*
- * String resources used can be overridden by resources with the same names defined the application.
- * These are:
+ * String resources used can be overridden by resources with the same resource IDs defined by the
+ * application. The string resource IDs are:
*
*
* - {@code media3_controls_play_description} - The description of the play icon.