1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-19 03:20:21 +02:00

#15: notify on incoming calls

This commit is contained in:
cpfeiffer 2015-04-19 15:15:53 +02:00
parent 24c3903eef
commit 2b1157ca67

View File

@ -129,8 +129,9 @@ public class MiBandSupport extends AbstractBTLEDeviceSupport {
@Override
public void onSetCallState(String number, String name, GBCommand command) {
// TODO Auto-generated method stub
if (GBCommand.CALL_INCOMING.equals(command)) {
performDefaultNotification("incoming call");
}
}
@Override