mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'application-mgt-new' into 'application-mgt-new'
Improve APPM app uninstall operation payload See merge request entgra/carbon-device-mgt!298
This commit is contained in:
commit
7072052381
@ -668,7 +668,7 @@ public class SubscriptionManagerImpl implements SubscriptionManager {
|
|||||||
operation.setType(Operation.Type.PROFILE);
|
operation.setType(Operation.Type.PROFILE);
|
||||||
CustomApplication customApplication = new CustomApplication();
|
CustomApplication customApplication = new CustomApplication();
|
||||||
customApplication.setType(application.getType());
|
customApplication.setType(application.getType());
|
||||||
//todo get application package name and set
|
customApplication.setAppIdentifier(application.getPackageName());
|
||||||
operation.setPayLoad(customApplication.toJSON());
|
operation.setPayLoad(customApplication.toJSON());
|
||||||
return operation;
|
return operation;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user