}
return headers;
}
private ResourceHandle installResourceInternal(Context context, boolean shared, Resource resource, Dictionary<String, String> headers) throws ProvisionException {
ResourceHandle handle;
if (shared) {
handle = installer.installSharedResource(context, resource, headers);
} else {
handle = installer.installResource(context, resource, headers);
}