am ebdafcbd: am 518a54ae: am 7e19b402: am 2f9ea27c: am 58c64870: Merge "Typo fixed in sample code" into klp-modular-docs
* commit 'ebdafcbd1614b250edd5f5840b4e8e007f016bbf': Typo fixed in sample code
This commit is contained in:
@@ -155,7 +155,7 @@ PendingIntent actionPendingIntent =
|
|||||||
// Create the action
|
// Create the action
|
||||||
NotificationCompat.Action action =
|
NotificationCompat.Action action =
|
||||||
new NotificationCompat.Action.Builder(R.drawable.ic_action,
|
new NotificationCompat.Action.Builder(R.drawable.ic_action,
|
||||||
getString(R.string.label, actionPendingIntent))
|
getString(R.string.label), actionPendingIntent)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
// Build the notification and add the action via WearableExtender
|
// Build the notification and add the action via WearableExtender
|
||||||
|
|||||||
Reference in New Issue
Block a user