Improve APPM app uninstall operation payload

feature/appm-store/pbac
lasanthaDLPDS 5 years ago
parent 594ab3ed60
commit a2bcc1c03f

@ -668,7 +668,7 @@ public class SubscriptionManagerImpl implements SubscriptionManager {
operation.setType(Operation.Type.PROFILE);
CustomApplication customApplication = new CustomApplication();
customApplication.setType(application.getType());
//todo get application package name and set
customApplication.setAppIdentifier(application.getPackageName());
operation.setPayLoad(customApplication.toJSON());
return operation;
} else {

Loading…
Cancel
Save