Skip to content

Commit

Permalink
better channel name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
ghenry22 committed Feb 12, 2020
1 parent 646a4d2 commit 9d6142b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/android/MusicControlsNotification.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ public MusicControlsNotification(Activity cordovaActivity,int id){
// use channelid for Oreo and higher
if (Build.VERSION.SDK_INT >= 26) {
// The user-visible name of the channel.
CharSequence name = "cordova-music-controls-plugin";
CharSequence name = "Audio Controls";
// The user-visible description of the channel.
String description = "cordova-music-controls-plugin notification";
String description = "Control Playing Audio";

int importance = NotificationManager.IMPORTANCE_LOW;

Expand Down

0 comments on commit 9d6142b

Please sign in to comment.