|
|
|
@ -36,6 +36,7 @@ public class AndroidDeviceManagementService implements DeviceManagementService {
|
|
|
|
|
|
|
|
|
|
private DeviceManager deviceManager;
|
|
|
|
|
public static final String DEVICE_TYPE_ANDROID = "android";
|
|
|
|
|
public static final String DEVICE_TYPE_TENANT = "carbon.super";
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public String getType() {
|
|
|
|
@ -44,12 +45,12 @@ public class AndroidDeviceManagementService implements DeviceManagementService {
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public String getProviderTenantDomain() {
|
|
|
|
|
return null;
|
|
|
|
|
return DEVICE_TYPE_TENANT;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public boolean isSharedWithAllTenants() {
|
|
|
|
|
return false;
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|