|
|
@ -135,8 +135,11 @@ public class AndroidFeatureManager implements FeatureManager {
|
|
|
|
List<Feature> existingFeatures = this.getFeatures();
|
|
|
|
List<Feature> existingFeatures = this.getFeatures();
|
|
|
|
List<Feature> missingFeatures = MobileDeviceManagementUtil.
|
|
|
|
List<Feature> missingFeatures = MobileDeviceManagementUtil.
|
|
|
|
getMissingFeatures(supportedFeatures, existingFeatures);
|
|
|
|
getMissingFeatures(supportedFeatures, existingFeatures);
|
|
|
|
|
|
|
|
if (missingFeatures.size() > 0) {
|
|
|
|
return this.addFeatures(missingFeatures);
|
|
|
|
return this.addFeatures(missingFeatures);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return true;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//Get the supported feature list.
|
|
|
|
//Get the supported feature list.
|
|
|
|