mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #594 from susinda/3.1.0-test
Merging commits from master to 3.1.0-test
This commit is contained in:
commit
4f5e4b2230
@ -40,7 +40,7 @@ public class MDMComponent {
|
|||||||
mdmServiceRegistration = bundleContext.registerService(ApplicationOperations.class.getName(), new
|
mdmServiceRegistration = bundleContext.registerService(ApplicationOperations.class.getName(), new
|
||||||
ApplicationOperationsImpl(), null);
|
ApplicationOperationsImpl(), null);
|
||||||
if (log.isDebugEnabled()) {
|
if (log.isDebugEnabled()) {
|
||||||
log.debug("WSO2MDM MDM Component activated");
|
log.debug("WSO2MDM MDM Component activated.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -53,4 +53,4 @@ public class MDMComponent {
|
|||||||
log.debug("WSO2MDM MDM Component deactivated");
|
log.debug("WSO2MDM MDM Component deactivated");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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