1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 02:09:32 +02:00

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
}))
}