Modify setting app type

merge-requests/135/head
Saad Sahibjan 5 years ago committed by lasanthaDLPDS
parent c0e301845e
commit f372ba2018

@ -50,9 +50,7 @@ public class MDMAndroidOperationUtil {
case ENTERPRISE:
EnterpriseApplication enterpriseApplication = new EnterpriseApplication();
enterpriseApplication.setType(application.getType().toString());
//TODO: replace needs to be removed after doing the proper config update in application-mgt.xml
enterpriseApplication.setUrl(application.getLocation().replace("https://localhost:9443",
"http://192.168.8.6:9763"));
enterpriseApplication.setUrl(application.getLocation());
operation.setPayLoad(enterpriseApplication.toJSON());
break;
case PUBLIC:

Loading…
Cancel
Save