Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebdafcbd authored by Joe Fernandez's avatar Joe Fernandez Committed by Android Git Automerger
Browse files

am 518a54ae: am 7e19b402: am 2f9ea27c: am 58c64870: Merge "Typo fixed in...

am 518a54ae: am 7e19b402: am 2f9ea27c: am 58c64870: Merge "Typo fixed in sample code" into klp-modular-docs

* commit '518a54ae':
  Typo fixed in sample code
parents f8e428dd 518a54ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ PendingIntent actionPendingIntent =
// Create the action
NotificationCompat.Action action =
        new NotificationCompat.Action.Builder(R.drawable.ic_action,
                getString(R.string.label, actionPendingIntent))
                getString(R.string.label), actionPendingIntent)
                .build();

// Build the notification and add the action via WearableExtender