This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Request: extend action buttons to wearables #776
Comments
I forked this plugin and added this feature. |
@michellarcari great, can you fix the PR as per my comment over there? |
michellarcari
added a commit
to michellarcari/phonegap-plugin-push
that referenced
this issue
Apr 6, 2016
Extended the notification action buttons to Android Wear
Sure, will do it soon. |
michellarcari
added a commit
to michellarcari/phonegap-plugin-push
that referenced
this issue
Apr 6, 2016
Extended the notification action buttons to Android Wear
@macdonst I just fixed it and requested another pull |
macdonst
pushed a commit
that referenced
this issue
Apr 6, 2016
Extended the notification action buttons to Android Wear
Changes merged. Closing this request. |
This thread has been automatically locked. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I need my Pebble smartwatch to be able to display the action buttons, however, it doesn't recognize them. I believe this is because the Notification needs to be extended to wearable devices like
NotificationCompat.Builder.extend(new WearableExtender().addAction(action))
Thanks!
The text was updated successfully, but these errors were encountered: