My solution is failing to import into QA environment with this message:
ImportAsHolding failed with exception :Import of app module(s) failed: Setting can not be created or updated for non-overridable setting definition.
If i remove this statement into the customization.xml It was able to import without any issue:
<appsetting settingdefinitionid.uniquename="ShareButtonOnViewsDashboards">
<iscustomizable>1</iscustomizable>
<value>true</value>
</appsetting>
Is there a way to removed that application feature in my model-driven APP witch I don't need in my solution ?