#15: notify on incoming calls
This commit is contained in:
parent
24c3903eef
commit
2b1157ca67
|
@ -129,8 +129,9 @@ public class MiBandSupport extends AbstractBTLEDeviceSupport {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onSetCallState(String number, String name, GBCommand command) {
|
public void onSetCallState(String number, String name, GBCommand command) {
|
||||||
// TODO Auto-generated method stub
|
if (GBCommand.CALL_INCOMING.equals(command)) {
|
||||||
|
performDefaultNotification("incoming call");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue