sweakpl / qralarm-android

QRAlarm is an Android alarm clock application that lets the user turn off alarms by scanning the QR Code.
GNU General Public License v3.0
112 stars 10 forks source link

Bug: Vibrations stops after two seconds if phone is upside down #36

Closed mizzunet closed 6 months ago

mizzunet commented 6 months ago

Steps to reproduce

  1. Set an alarm and enable vibration
  2. Put phone upside down(front side below)
  3. Wait till alarm plays
  4. See the vibration stops after two seconds

Thanks

sweakpl commented 6 months ago

It might be the case that it isn't a bug in the application itself but rather a system feature. Here's an example of such feature on Google Pixel devices:

Flip to Shhh To quickly turn on Do Not Disturb, place your phone face down on a flat surface.

https://support.google.com/pixelphone/answer/7443425?hl=en&sjid=5588784527499718907-EU#flip_to_shhh&zippy=%2Csee-how-to-place-your-phone-face-down

I couldn't reproduce the issue on my devices unfortunately.

mizzunet commented 6 months ago

That's it, right. Thanks :)