LibreShift / red-moon

Android screen filter app for night time phone use.
GNU General Public License v3.0
650 stars 81 forks source link

Enable finer control over pause in secure apps #166

Closed smichel17 closed 7 years ago

smichel17 commented 7 years ago

Currently we check the active app every second and send a pause request if the app is secure. This is what we want in the apk installer, but in some apps, like #165, we only want to pause once, or maybe just show a toast warning the user they may need to pause Red Moon to enter their pin.

Instead of taking the same action for all secure apps, we should take action based on which app is open.