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

Commit d6ed5752 authored by Joe Fernandez's avatar Joe Fernandez Committed by android-build-merger
Browse files

am 58c64870: Merge "Typo fixed in sample code" into klp-modular-docs

automerge: 2f9ea27c

* commit '2f9ea27c':
  Typo fixed in sample code
parents a8f4b8a2 2f9ea27c
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