Merge pull request 'Fix appx app installation issue' (#377) from rajitha/device-mgt-core:stream-api into master

Reviewed-on: #377
pull/379/head
Navod Zoysa 6 months ago
commit ab62ca9c82

@ -680,7 +680,7 @@ public class ApplicationManagementUtil {
if (Objects.equals(extension, "appx")) { if (Objects.equals(extension, "appx")) {
installerPaths = "[ {" + installerPaths = "[ {" +
"\"key\": \"Package_Uri\", " + "\"key\": \"Package_Url\", " +
"\"value\" : \"" + installerPath + "\"" + "\"value\" : \"" + installerPath + "\"" +
"}]"; "}]";
} }

Loading…
Cancel
Save