Skip to content

Commit

Permalink
Merge pull request #1 from mark-dlc/T1/murat/enable_nptification_control
Browse files Browse the repository at this point in the history
added enablenotification control on RadioPlayerService.
  • Loading branch information
mark-dlc authored Jul 7, 2016
2 parents 4ddd38a + da760e8 commit 9bf2abf
Show file tree
Hide file tree
Showing 3 changed files with 673 additions and 654 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ public interface IRadioManager {

void updateNotification(String singerName, String songName, int smallArt, Bitmap bigArt);

}
void enableNotification(boolean isEnabled);
}
Loading

0 comments on commit 9bf2abf

Please sign in to comment.