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

* commit '7e19b402c6651112a56ab8569ea53a7004a3a552':
  Typo fixed in sample code
This commit is contained in:
Joe Fernandez
2014-10-16 18:42:16 +00:00
committed by Android Git Automerger

View File

@@ -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