Reworked Hook
Pre-release
Pre-release
TL;DR: Fixed issue causing apps to re-optimise in the background.
The old hook used to disable optimisation was overridden by android performing system wide app optimisations.
To solve this I've moved the hook closer to the optimisation function so that it is always checked.
This should be significantly more effective.