|
|
@ -121,12 +121,11 @@ public class DeviceTypeConfigurationServiceImpl implements DeviceTypeConfigurati
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GET
|
|
|
|
@GET
|
|
|
|
@Path("license")
|
|
|
|
@Path("/license")
|
|
|
|
@Produces(MediaType.TEXT_PLAIN)
|
|
|
|
@Produces(MediaType.TEXT_PLAIN)
|
|
|
|
public Response getLicense(
|
|
|
|
public Response getLicense(
|
|
|
|
@HeaderParam("If-Modified-Since") String ifModifiedSince) {
|
|
|
|
@HeaderParam("If-Modified-Since") String ifModifiedSince) {
|
|
|
|
License license;
|
|
|
|
License license;
|
|
|
|
|
|
|
|
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
license =
|
|
|
|
license =
|
|
|
|
AndroidAPIUtils.getDeviceManagementService().getLicense(
|
|
|
|
AndroidAPIUtils.getDeviceManagementService().getLicense(
|
|
|
|