Merge "Typo fixed in sample code" into klp-modular-docs
This commit is contained in:
committed by
Android (Google) Code Review
commit
58c64870a8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user