Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7109d284
authored
Aug 17, 2022
by
Rohit Kumar Singh
Committed by
GitHub
Aug 17, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Revert "DefaultMediaNotificationProvider: Fix missing comma in documentation."
parent
1aab26bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
libraries/session/src/main/java/androidx/media3/session/DefaultMediaNotificationProvider.java
libraries/session/src/main/java/androidx/media3/session/DefaultMediaNotificationProvider.java
View file @
7109d284
...
...
@@ -139,7 +139,7 @@ public class DefaultMediaNotificationProvider implements MediaNotification.Provi
/**
* Sets the {@link MediaNotification#notificationId} used for the created notifications. By
* default
,
this is set to {@link #DEFAULT_NOTIFICATION_ID}.
* default this is set to {@link #DEFAULT_NOTIFICATION_ID}.
*
* @param notificationId The notification ID.
* @return This builder.
...
...
@@ -152,7 +152,7 @@ public class DefaultMediaNotificationProvider implements MediaNotification.Provi
/**
* Sets the ID of the {@link NotificationChannel} on which created notifications are posted on.
* By default
,
this is set to {@link #DEFAULT_CHANNEL_ID}.
* By default this is set to {@link #DEFAULT_CHANNEL_ID}.
*
* @param channelId The channel ID.
* @return This builder.
...
...
@@ -165,7 +165,7 @@ public class DefaultMediaNotificationProvider implements MediaNotification.Provi
/**
* Sets the name of the {@link NotificationChannel} on which created notifications are posted
* on. By default
,
this is set to {@link #DEFAULT_CHANNEL_NAME_RESOURCE_ID}.
* on. By default this is set to {@link #DEFAULT_CHANNEL_NAME_RESOURCE_ID}.
*
* @param channelNameResourceId The string resource ID with the channel name.
* @return This builder.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment