mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
Fall back to gsm.operator.alpha if gsm.sim.operator.alpha doesn't exist.
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user