-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e7342f
commit 4a4398d
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Shake Alarm Clock | ||
<i>An alarm clock app for Android which allows you to dismiss the ringing alarm by shaking the phone.</i> | ||
|
||
Tired of pressing the power button/swiping the screen every time an alarm rings? Does your phone's UI have a tendency to freeze, thereby making it impossible to dismiss an alarm? No worries! You have come to the right place. With this app, you can simply shake your phone and dismiss the alarm. | ||
|
||
|
||
## Salient features: | ||
1. The alarm is handled by a service which has almost no dependency with the UI. So, even if your UI freezes, the alarm will ring and can be dismissed. | ||
1. Uses latest Android Room database for storing alarms. | ||
1. Inbuilt dark theme, even in phones that do not support it. | ||
|
||
## How to use? | ||
Simply download the latest apk file, install it, give necessary permissions, and you are all set! |