mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
changing profile name
This commit is contained in:
parent
4517a7f1aa
commit
cbc505c459
@ -54,7 +54,7 @@ public class APIPublisherLifecycleListener implements LifecycleListener {
|
|||||||
|
|
||||||
String profile = System.getProperty(DeviceManagementConstants.Common.PROPERTY_PROFILE);
|
String profile = System.getProperty(DeviceManagementConstants.Common.PROPERTY_PROFILE);
|
||||||
|
|
||||||
if ((profile.equalsIgnoreCase(DeviceManagementConstants.Common.PROFILE_DT_GOVERN) ||
|
if ((profile.equalsIgnoreCase(DeviceManagementConstants.Common.PROFILE_DT_WORKER) ||
|
||||||
profile.equalsIgnoreCase(DeviceManagementConstants.Common.PROFILE_DEFAULT)) && isManagedApi) {
|
profile.equalsIgnoreCase(DeviceManagementConstants.Common.PROFILE_DEFAULT)) && isManagedApi) {
|
||||||
try {
|
try {
|
||||||
AnnotationProcessor annotationProcessor = new AnnotationProcessor(context);
|
AnnotationProcessor annotationProcessor = new AnnotationProcessor(context);
|
||||||
|
|||||||
@ -29,7 +29,7 @@ public final class DeviceManagementConstants {
|
|||||||
public static final String PROPERTY_SETUP = "setup";
|
public static final String PROPERTY_SETUP = "setup";
|
||||||
public static final String DEFAULT_LICENSE_CONFIG_XML_NAME = "license-config.xml";
|
public static final String DEFAULT_LICENSE_CONFIG_XML_NAME = "license-config.xml";
|
||||||
public static final String PROPERTY_PROFILE = "profile";
|
public static final String PROPERTY_PROFILE = "profile";
|
||||||
public static final String PROFILE_DT_GOVERN = "deviceTypeGovern";
|
public static final String PROFILE_DT_WORKER = "dtWorker";
|
||||||
public static final String PROFILE_DEFAULT = "default";
|
public static final String PROFILE_DEFAULT = "default";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -55,7 +55,7 @@ public class FeatureManagementLifecycleListener implements LifecycleListener {
|
|||||||
|
|
||||||
String profile = System.getProperty(DeviceManagementConstants.Common.PROPERTY_PROFILE);
|
String profile = System.getProperty(DeviceManagementConstants.Common.PROPERTY_PROFILE);
|
||||||
|
|
||||||
if ((profile.equalsIgnoreCase(DeviceManagementConstants.Common.PROFILE_DT_GOVERN) ||
|
if ((profile.equalsIgnoreCase(DeviceManagementConstants.Common.PROFILE_DT_WORKER) ||
|
||||||
profile.equalsIgnoreCase(DeviceManagementConstants.Common.PROFILE_DEFAULT)) && isManagedApi) {
|
profile.equalsIgnoreCase(DeviceManagementConstants.Common.PROFILE_DEFAULT)) && isManagedApi) {
|
||||||
try {
|
try {
|
||||||
AnnotationProcessor annotationProcessor = new AnnotationProcessor(context);
|
AnnotationProcessor annotationProcessor = new AnnotationProcessor(context);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user