Add phone number and imei to device identity.

This commit is contained in:
Simo Kinnunen
2014-04-02 13:08:59 +09:00
parent a891e5de49
commit 5183485a53
6 changed files with 47 additions and 1 deletions

View File

@@ -115,6 +115,7 @@ dbapi.saveDeviceIdentity = function(serial, identity) {
, sdk: identity.sdk
, display: identity.display
, browsers: identity.browsers
, phone: identity.phone
}))
}