gabeg805 / NFC-Alarm-Clock

An NFC Alarm Clock app for Android.
GNU General Public License v3.0
18 stars 4 forks source link

Allow dismiss without unlocking the device #3

Closed lu-x closed 9 months ago

lu-x commented 1 year ago

Currently the device has to be unlocked to stop an alarm. It'd be helpful if the screen automatically turns on and you can directly stop the alarm instead. Besides that this is a great app 🙂

gabeg805 commented 9 months ago

Hi @lu-x, you can already do that, but if you have NFC set for dismissing alarms, this is unfortunately impossible. It's an Android security issue where the system doesn't allow me to enable the app to scan for NFC tags if the phone is locked. That's why I made it so that the app doesn't show if your phone is locked and you have NFC set for dismissing alarms.

lu-x commented 9 months ago

I forgot to mention NFC in my description, your response makes sense, thank you.