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

Commit 58c64870 authored by Joe Fernandez's avatar Joe Fernandez Committed by Android (Google) Code Review
Browse files

Merge "Typo fixed in sample code" into klp-modular-docs

parents 8a7ba4c6 ec7e9c64
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