Pebble: EXPERIMENTAL support for replying to wearable notifications

Tested with Signal, more could work.
This commit is contained in:
Andreas Shimokawa
2016-01-09 17:54:17 +01:00
parent 46bbab7df0
commit 0b53f60b0d
8 changed files with 75 additions and 6 deletions

View File

@@ -35,6 +35,7 @@ public interface DeviceService extends EventHandler {
String EXTRA_DEVICE_ADDRESS = "device_address";
String EXTRA_NOTIFICATION_BODY = "notification_body";
String EXTRA_NOTIFICATION_FLAGS = "notification_flags";
String EXTRA_NOTIFICATION_ID = "notification_id";
String EXTRA_NOTIFICATION_PHONENUMBER = "notification_phonenumber";
String EXTRA_NOTIFICATION_SENDER = "notification_sender";