Add Microsoft Store integration for Windows devices #443
Merged
pahansith
merged 1 commits from navodzoysa/device-mgt-core:issue-10635/store-integration
into master
4 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'navodzoysa/device-mgt-core:issue-10635/store-integration'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Purpose
Adds new feature https://roadmap.entgra.net/issues/10635
b763d7c03b
to2da894fc4d
5 months ago2da894fc4d
to71bf642146
5 months agoWIP: Add Microsoft Store integration for Windows devicesto Add Microsoft Store integration for Windows devices 5 months agoHostedAppxApplication hostedAppxApplication = new HostedAppxApplication();
List<String> dependencyPackageList = new ArrayList<>();
for (int i = 0; i < metaJsonArray.size(); i++) {
JsonElement metaElement = metaJsonArray.get(i);
Declare the two variables outside the loop
71bf642146
tod566cf966a
4 months ago03457250fa
into master 4 months agoReviewers
03457250fa
.