maforn / TimedShutdownAndroid

An app for android that will automatically shutdown your phone after a timer without needing root access. This app uses the accessiblity permission to emulate the power off gestures.
GNU General Public License v3.0
35 stars 3 forks source link

single tap shows long press menu #21

Closed danielskapunk closed 7 months ago

danielskapunk commented 8 months ago

I'm using lineage 21, Android 14 When the timer runs out, the single tap in the power button seems to be too long and it displays the long press menu instead of powering off the device.

maforn commented 8 months ago

Hi @danielskapunk, at the moment the waiting time is 400ms. I can reduce it to 200ms, do you think that is enough?

maforn commented 8 months ago

I've pushed the version with 200ms, try it out and let me know.

maforn commented 7 months ago

As you are not answering anymore I suppose it works.