Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wmartinmimi committed Dec 14, 2022
1 parent f5afff7 commit d0f2b2f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ void startPlayback() {
update();
}

/**
* Generate pending intents for service control
*
* @param id the id for the intent
* @param action the control action
* @return the pending intent generated
*/
PendingIntent genIntent(int id, byte action) {
/* flags for control logics on notification */
int pendingIntentFlag = PendingIntent.FLAG_IMMUTABLE;
Expand Down

0 comments on commit d0f2b2f

Please sign in to comment.