diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-14 01:50:03 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-14 01:50:03 +0200 |
| commit | 642e2b975f1f66bdaeeb501492c513b794b8d1fc (patch) | |
| tree | b0edf043c06c82f7d32957cecde8a4f3cbddd985 /daemon | |
| parent | 732018dc78916b8767bd811da39e528b3061af3a (diff) | |
Reported OS needs to be ANDROID
with osLINUX music control does not send any messages to phone
Diffstat (limited to 'daemon')
| -rw-r--r-- | daemon/watchconnector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/watchconnector.cpp b/daemon/watchconnector.cpp index b3b982f..89d504b 100644 --- a/daemon/watchconnector.cpp +++ b/daemon/watchconnector.cpp @@ -196,7 +196,7 @@ QByteArray WatchConnector::buildMessageData(uint lead, QStringList data) void WatchConnector::sendPhoneVersion() { unsigned int sessionCap = sessionCapGAMMA_RAY; - unsigned int remoteCap = remoteCapTELEPHONY | remoteCapSMS | osLINUX; + unsigned int remoteCap = remoteCapTELEPHONY | remoteCapSMS | osANDROID; QByteArray res; //Prefix |
