#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