Remind Me!
Set alarms for a specific date in the future (alarm, not a reminder!).
Vishnu Sanal T Alarm Clock
Screenshots
Description
Have you found yourself in a situation where you wanted a *strong* reminder to something someday in the future?!
A reminder wouldn't really do since it would just give you a notification, an e-mail, or a small _pling_ which can get lost in the abyss of notifications we receive every day.
Have you thought, "Wish I could set an alarm for a future day/time"?
Don't worry, RemindMe! Got you covered.
PS: `SYSTEM_ALERT_WINDOW` permission is used because Android wouldn't let me start an activity from the background. Hence, I display a transparent system overlay for a very small duration (500 ms), then open the alarm activity as soon as the overlay gets drawn, and close the overlay later.
What’s new (v1.3.0)
- move strings out to enable i18n
- repeat every x minutes / hours / days
- implement undo feature to avoid accidental removal of alarms
Versions
Permissions
What the app asks the system for. Android only grants sensitive access after you confirm it.
- Exact alarmsTrigger actions at a precise time.
- USE_EXACT_ALARM
- Foreground serviceKeep running in the background, visible in the status bar.
- Display over other appsDraw content on top of other apps.
- NotificationsShow notifications.
- Run at startupStart automatically after the device is switched on.
- remindme.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Comments