Skip to content
← Back

Emergency

Big-button emergency app for elderly / fragile users

Experimental
Kotlin Jetpack Compose Material 3 Android Glance
Emergency

Emergency is designed for elderly or sick users who need to ask for help quickly. A single big button inside the app — or even better a 2x2 widget on the phone home screen — triggers an emergency sequence: GPS location, SMS with coordinates to emergency contacts, automatic phone call to the first contact, email with the same info, TTS message on the speaker (for nearby people), persistent notification so the state isn't lost. All contacts, TTS message and recipients are configurable. Permissions: SEND_SMS, ACCESS_FINE_LOCATION, CALL_PHONE, plus widget flags. Built to be installed by a relative and then left invisible: no menus, no ads, no complicated UI.

Features

  • Big-button + 2x2 home-screen widget
  • Emergency sequence: GPS → SMS → email → call → TTS
  • Multiple emergency contacts with custom order
  • Configurable TTS message (language + text)
  • Persistent notification to keep state
  • N-second cancel window (anti-accidental trigger)
  • Essential UI: no menus, no ads

Configuration

  • Emergency contact list (custom order)
  • TTS text + language
  • Email recipients (multiple)
  • Auto-call number
  • Cancel window (seconds before actual send)

Technical prerequisites

  • Android 8.0+ (API 26)
  • Active SIM with voice + SMS plan
  • Permissions: SEND_SMS, ACCESS_FINE_LOCATION, CALL_PHONE, READ_CONTACTS, FOREGROUND_SERVICE
  • ~40 MB storage
Coming soon