mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #592 from susinda/master
Fxing PhoneNumber Serach for android
This commit is contained in:
commit
95a3ee7657
@ -471,6 +471,8 @@ public class AndroidAPIUtils {
|
|||||||
getProperty(prop.getValue(), "PASSCODE_ENABLED"));
|
getProperty(prop.getValue(), "PASSCODE_ENABLED"));
|
||||||
deviceInfo.getDeviceDetailsMap().put("operator",
|
deviceInfo.getDeviceDetailsMap().put("operator",
|
||||||
getProperty(prop.getValue(), "OPERATOR"));
|
getProperty(prop.getValue(), "OPERATOR"));
|
||||||
|
deviceInfo.getDeviceDetailsMap().put("PhoneNumber",
|
||||||
|
getProperty(prop.getValue(), "PHONE_NUMBER"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user