Things worth automating on an Android phone

Every idea below is a flow you can build in Flowroid, shown with the trigger that starts it and the actions it runs. 13 of them arrive as ready-made templates in the app; the rest take a couple of minutes in the editor. No root, no PC, no account.

Ideas
26
Triggers available
32
Actions available
45
Runs
On your device

Focus & quiet hours

Stop the phone interrupting you, without remembering to silence it.

  • Silent at night

    Ready-made template

    Put the phone on silent at bedtime on the days you choose, and take it off silent in the morning.

    1. Starts on Scheduled Time
    2. then Set Ringer Mode

    Grant “Schedule exact alarms” (Android 12+) if you need the switch to land on the minute.

  • Flip to silence

    Ready-made template

    Silence the ringer the moment you put the phone face-down on the table.

    1. Starts on Physical State
    2. then Set Ringer Mode
  • Silence during meetings

    Ready-made template

    Go quiet when a calendar event starts and come back when it ends — no manual Do Not Disturb.

    1. Starts on Calendar Event
    2. then Set Ringer Mode

    Needs calendar access, and Do Not Disturb access if you switch DND rather than the ringer.

  • Tap an NFC tag for work mode

    Ready-made template

    Stick a tag on your desk: one tap sets the ringer, the network and the app you start the day in.

    1. Starts on NFC Tag Scanned
    2. then Set Ringer Mode
    3. then Toggle Wi-Fi
    4. then Launch App

    Needs NFC hardware. On Android 10+ the Wi-Fi toggle may open a system panel instead of switching silently.

  • Quiet while a specific app is open

    Mute notifications while you are in a game, a camera app or a reader, and restore the ringer when you leave it.

    1. Starts on App Opened / Closed
    2. then Set Ringer Mode

    Needs usage access so Flowroid can see which app is in the foreground.

Battery & charging

React to power state before it becomes a problem.

  • Low battery alert

    Ready-made template

    Get a notification when the battery drops below the level you pick — before the phone dies mid-errand.

    1. Starts on Battery State
    2. then Post Notification
  • Overheating warning

    Ready-made template

    Warn yourself out loud when the battery temperature crosses a threshold on a hot day or a fast charger.

    1. Starts on Battery Temperature
    2. then Post Notification
    3. then Play Sound
  • Call a webhook when the battery gets low

    Have the phone tell your own server, home automation hub or chat channel that it is about to run out.

    1. Starts on Battery State
    2. then HTTP Request

    The request body can carry live device variables — level, charging state, network.

  • Log every charge to a file

    Append a timestamped line each time a charger connects, so you can see how the battery is really being used.

    1. Starts on Charging Type
    2. then Write File

Location & travel

Let arriving somewhere — or connecting to something — change the phone.

  • Wi-Fi on when you get home

    Ready-made template

    Use a geofence around home to bring Wi-Fi back up as you arrive, instead of leaving it on all day.

    1. Starts on Geofence
    2. then Toggle Wi-Fi

    Needs location and background location. On Android 10+ the Wi-Fi toggle may open a system panel.

  • Start navigation when the car connects

    The moment the phone pairs with the car stereo, open your maps or music app and set the media volume.

    1. Starts on Bluetooth Device
    2. then Launch App
    3. then Set Volume
    4. then Media Control

    Needs Bluetooth permission (Android 12+) and “Display over other apps” to launch from the background.

  • Turn the hotspot off when you get home

    Stop the tethering you switched on during the commute from quietly draining the battery all evening.

    1. Starts on Geofence
    2. then Toggle Hotspot

    Needs location and background location.

  • Ping your own system when you join the office Wi-Fi

    Joining a named network fires an HTTP request — a clock-in, a status update, a message in your own channel.

    1. Starts on Wi-Fi SSID
    2. then HTTP Request

    Android requires location permission before any app can read the Wi-Fi SSID.

Audio & calls

Hand the phone the media and call etiquette you keep doing by hand.

  • Play music when headphones connect

    Ready-made template

    Plug in or pair, and the phone opens your player, sets the volume and starts playing.

    1. Starts on Headset Plugged
    2. then Launch App
    3. then Set Volume
    4. then Media Control
  • Read notifications aloud

    Ready-made template

    Have chosen notifications spoken while you drive or cook, filtered down to the apps that matter.

    1. Starts on Notification Received
    2. then Text to Speech

    Needs notification access. Filter by package, title or body so it only reads what you asked for.

  • Pause media on an incoming call

    Ready-made template

    Stop playback when the phone rings and pick it back up when the call ends.

    1. Starts on Phone Call
    2. then Media Control
    3. then Delay
    4. then Media Control

    Needs phone state. No call log is read, and Flowroid cannot record calls.

  • Announce who is calling

    Speak the caller’s name out loud so you can decide without looking at the screen.

    1. Starts on Phone Call
    2. then Text to Speech

    Needs phone state, plus contacts if you want names instead of numbers.

Screen & display

Brightness, dark mode and screen state, driven by context.

  • Dark mode on a schedule

    Ready-made template

    Switch the system theme at the times you choose, on the days you choose.

    1. Starts on Scheduled Time
    2. then Dark Mode

    Needs “Modify system settings”.

  • Keep the screen awake in one app

    Stop the display sleeping while you are following a recipe, a score or a checklist — only in that app.

    1. Starts on App Opened / Closed
    2. then Keep Screen Awake

    Needs usage access.

  • Dim the screen in a dark room

    Drop the brightness when the ambient light sensor says the room went dark, and raise it again when it does not.

    1. Starts on Light Level
    2. then Set Brightness

    Needs “Modify system settings”.

  • Lock the screen in your pocket

    Ready-made template

    Use the proximity sensor to lock the device when it goes into a pocket or a bag, so nothing gets pressed.

    1. Starts on Proximity Sensor
    2. then Control Screen State

Files & logs

Keep a record on the device, without a cloud account in the middle.

  • Back up a file when you plug in

    Ready-made template

    Copy a file or folder to another location on the device whenever it goes on charge overnight.

    1. Starts on Charging Type
    2. then Copy File
    3. then Post Notification
  • Keep a running clipboard log

    Append everything you copy to a text file on the device, so a snippet is never one copy away from gone.

    1. Starts on Clipboard Changed
    2. then Write File

    Stays on the device — the file is written locally, and nothing is uploaded unless you add an HTTP action yourself.

Alerts & integrations

Tell yourself — or another system — that something happened.

  • Restore your setup after a reboot

    Put the radios and the volumes back the way you like them once the phone comes back up.

    1. Starts on Device Boot
    2. then Toggle Bluetooth
    3. then Set Volume
    4. then Post Notification

    On Xiaomi, Oppo, Vivo, OnePlus, Huawei and Asus devices, enable auto-start so boot flows actually fire.

  • A distinct buzz for one app

    Give one app its own vibration pattern so you know what arrived without taking the phone out.

    1. Starts on Notification Received
    2. then Vibrate

    Needs notification access.

  • Celebrate a step goal

    Get a notification and a sound the moment you pass the daily step count you set.

    1. Starts on Step Counter
    2. then Post Notification
    3. then Play Sound

    Needs activity recognition (Android 10+).

None of these is the one you want?

These 26 are a sample. There are 32 triggers and 45 actions to combine, plus conditions, variables and sub-flows — and an HTTP API that lets anything on your network start a flow on the phone. Describe what you want to the assistant and it drafts the flow for you.

14 days free, everything included.