Pebble: remove notifications when dismissed on the phone (#326)

Most of the code is generic, so it could be implemented by other devices.
I dont know what happens if multiple messages arrive in the same notification.
So, this is experimental.
This commit is contained in:
Andreas Shimokawa
2017-01-09 16:33:00 +01:00
parent c6999713d2
commit 3644d5e7a6
14 changed files with 65 additions and 5 deletions

View File

@@ -54,6 +54,11 @@ class TestDeviceSupport extends AbstractDeviceSupport {
}
@Override
public void onDeleteNotification(int id) {
}
@Override
public void onSetTime() {