Many of us Android users have probably already heard of Greenify – an app that can automatically hibernate apps as soon as you turn off the screen. That even works while keeping their GCM functionality working – so whenever a cloud message for them comes in, they get awake again.
Unfortunately, that wakeup only works with GCM. Now I want to hibernate a non-GCM app, but have it awaken in intervalls (eg. de-hibernate it all 30 min for 1 min, then auto-hibernate it again).
Is this possible – and if so, how?
My device is rooted, the XPosed framework is installed, and tasker available as well – so solutions involving one or more of those criteria are perfectly welcome as well.