mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Fall back to gsm.operator.alpha if gsm.sim.operator.alpha doesn't exist.
This commit is contained in:
parent
d817783b63
commit
09604c0142
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ devutil.makeIdentity = function(serial, properties) {
|
|||
, brand = properties['ro.product.brand']
|
||||
, manufacturer = properties['ro.product.manufacturer']
|
||||
, operator = properties['gsm.sim.operator.alpha']
|
||||
|| properties['gsm.operator.alpha']
|
||||
, version = properties['ro.build.version.release']
|
||||
, sdk = properties['ro.build.version.sdk']
|
||||
, abi = properties['ro.product.cpu.abi']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue