Fxing PhoneNumber Serach for android

This commit is contained in:
susinda 2017-02-24 16:10:02 +05:30 committed by Susinda
parent 3505cc8abc
commit 5ad6dc1f1d

View File

@ -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"));
} }
} }
} }