Fxing PhoneNumber Serach for android

revert-dabc3590
susinda 8 years ago
parent 8954c51c01
commit 4b08604cd5

@ -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…
Cancel
Save