I have a view. I altered it with hook_views_default_views_alter(). To make my changed become active I need to go to the UI and revert it back to the altered default.
How can I make the new default active programmatically instead?
In other words: How can I alter a views default and make it active programmatically?