Privacy Policy

Effective date: 19 August 2026 · Applies to the Detour Android application (package com.detour.app) and this website.

Contents

  1. Introduction
  2. What Detour collects
  3. What Detour does not collect
  4. How information is used
  5. Third-party services
  6. Data retention
  7. Deleting your data
  8. Android permissions
  9. Children
  10. Security
  11. International users and your rights
  12. Changes to this policy
  13. Contact

1. Introduction

Detour is an Android app that helps you save places you come across — in a video, an article, a message or a conversation — and shows you which of those saved places are along a route you are about to drive.

Detour is provided by Ran Werker, referred to in this policy as "we" or "us". This policy applies to everyone who uses the Detour Android app or visits this website, and it describes what the app actually does in the version currently published. Where a feature is planned but not built, it is not described here as if it existed.

The short version

2. What Detour collects

2.1 Microphone audio

Detour asks for microphone access the first time you use voice capture, and it records only when you tap the floating Detour button. There is no always-on listening, no wake word, and no background recording.

2.2 Transcribed text

The transcription provider returns text, which Detour sends — again through its own backend — to a language model that answers a single question: does this text contain a place name, a category and a city?

2.3 Content you share into Detour

When you use the Android share sheet to send text or a link to Detour, the app receives whatever the sharing app provides — typically the text, a title and a URL — and processes it exactly like a transcript, to work out which place it refers to.

Android may also tell Detour which app the share came from (its package name, for example com.google.android.youtube). When it does, that package name is saved alongside the place so you can remember where you found it. Detour does not read your screen, your clipboard, or the contents of other apps.

2.4 Location

Detour asks for precise location permission and uses it in a deliberately narrow way:

2.5 Places you save

A saved place is stored in Detour's database on your device and may contain:

In the current version, saved places are local to your device only. Detour does not copy them to our servers and they are not visible to us or to anyone else.

One exception is outside Detour's control and worth knowing about: if you have Android's backup feature switched on for this app, Google may include Detour's app data in the encrypted backup of your device that is stored in your own Google account. That backup belongs to you and is governed by Google's Privacy Policy. You can turn it off, or delete an existing backup, in your Android system settings under Backup, and in your Google account's data settings.

2.6 Destinations and routes

When you ask Detour which saved places are on your way, the destination you type and your current coordinates are sent through our backend to a directions provider, which returns the shape of the route. Detour uses that shape in memory to work out which saved places lie close to it. The current version does not save your route history.

2.7 App settings

Detour stores a small set of preferences on your device: whether you have completed the introduction, whether the floating button is switched on, and where on the screen you last dragged it. Nothing here identifies you.

2.8 Technical information reaching our backend

Detour's backend runs as serverless functions on Supabase. Like any internet service, it necessarily receives the technical details of each request — including your device's IP address, the time of the request and its size — and the hosting platform keeps operational logs of that traffic for a limited period for reliability and abuse prevention. Detour's own logs record only counts and lengths (for example "3 candidates, 62 characters"), never the content of a recording, a transcript, a place name or an address.

Requests carry no account, no device identifier and no login, so this technical information is not linked by us to a person or to a Detour user.

3. What Detour does not collect

4. How information is used

Detour uses the information described above only to make the app work:

Detour does not use your information to profile you, to advertise to you, or to train any AI model of ours. We have no such model.

5. Third-party services

Detour is built to keep provider keys off your phone: the app talks only to Detour's own backend, and the backend talks to the providers. The table below lists every external service the current version can reach and exactly what is sent.

Service Used for What is sent Policy
Supabase
(hosting, EU region)
Runs Detour's backend functions. Every call below passes through it. The request itself, plus the usual network metadata such as your IP address. No database, no stored request content. supabase.com/privacy
OpenAI
(speech-to-text)
Converting your short recording into text. The audio clip only. No account, no identifier, no location. openai.com/policies
OpenAI
(place recognition)
Finding a place name, category and city inside the text. The transcript or the text you shared, and approximate coordinates when location permission was granted. openai.com/policies
Google Places API Turning a recognised name into a real place with an address and coordinates. The candidate place name, a city when known, and coordinates used to bias the search toward you. policies.google.com/privacy
Google Directions API Calculating the route you asked for. The destination you typed and your current coordinates. policies.google.com/privacy
Google Maps / Waze
(on your device)
Actually navigating, once you choose to go. Detour opens the app you pick with the destination coordinates. From that point the trip is handled by that app under its own policy. Google · Waze

Each provider processes what it receives under its own privacy terms, and each keeps data for its own operational periods, which we do not control. Providers may change: the app names none of them internally, so a provider can be replaced without an app update. This policy will be updated if that happens.

Because Detour sends no account and no identifier with these requests, a provider receives a fragment — an audio clip, a sentence, a place name — that is not tied by us to a person.

6. Data retention

What Where it lives How long
Audio recordings Your device's private cache, briefly Deleted immediately after transcription succeeds or fails; leftovers cleared at next app start
Transcripts App memory during one capture Discarded when the capture ends. Never written to storage
Location coordinates Used in one request Not stored by the app or by our backend
Saved places Detour's database on your device Until you delete the place, clear the app's data, or uninstall Detour
App settings Your device Until you clear the app's data or uninstall
Backend request content Nowhere — the backend has no database Not retained
Backend operational logs Supabase Kept for a limited period by the hosting platform under its own retention settings
Data held by providers OpenAI, Google Governed by each provider's own retention terms, linked above

7. Deleting your data

Because Detour keeps your places on your device, you are in direct control:

There is no account to delete, because there is no account. We hold no server-side copy of your places to delete on request. If you believe we nonetheless hold information about you, write to ranwerker@gmail.com and we will look into it and reply.

8. Android permissions

Detour asks for each permission at the moment the feature needs it, not all at once at first launch. Every one of them can be refused, and can be changed later in Android Settings → Apps → Detour → Permissions. Refusing a permission disables the feature that needs it; it does not break the app.

Permission Why Detour asks
Microphone
RECORD_AUDIO
To record the few seconds of audio you trigger by tapping the Detour button. Used only during that capture.
Precise location
ACCESS_FINE_LOCATION
To read the last known position so place search is biased near you and a route can start from where you are. Read on demand only.
Display over other apps
SYSTEM_ALERT_WINDOW
To draw the floating Detour button on top of whatever app you are using, so you can save a place without leaving it.
Notifications
POST_NOTIFICATIONS
Android requires a visible notification while the floating button is active, and Detour uses notifications to tell you what happened to a capture.
Foreground service
FOREGROUND_SERVICE, FOREGROUND_SERVICE_SPECIAL_USE
Keeps the floating button on screen while you have it switched on. It collects nothing while it runs.
Vibration
VIBRATE
Short haptic feedback when a capture starts or finishes.
Internet and network state
INTERNET, ACCESS_NETWORK_STATE
To reach Detour's backend for transcription, place recognition, place lookup and routes.

The current version does not request background location and does not install an accessibility service. If a future version adds either, this policy and the app's Google Play listing will be updated before it ships, and the app will ask you for that permission explicitly.

9. Children

Detour is a driving and trip-planning tool intended for general audiences and is not directed to children. It is not designed for, marketed to, or intended to be used by children under 13, and we do not knowingly collect information from them. Since Detour has no accounts and collects no identifying information, we have no way to know a user's age. If you believe a child has provided information to us through Detour, contact ranwerker@gmail.com and we will act on it.

10. Security

We take a small number of concrete measures, and we would rather describe them plainly than promise perfection:

No method of transmission over the internet and no method of electronic storage is completely secure, and we cannot guarantee absolute security. Anyone with physical access to an unlocked device can see the places saved on it.

11. International users and your rights

Detour is distributed through Google Play and can be installed in many countries. Depending on where you live, data-protection law may give you rights over personal data held about you — typically the right to access it, to correct it, to have it deleted, to object to or restrict its processing, to receive a copy in a portable form, and to complain to a supervisory authority.

In Detour's case those rights are mostly exercised directly on your device, because that is where the data is:

We do not hold an account, a profile, or any identifier that would let us find "your" data on request, which means that for most requests there is genuinely nothing on our side to produce or erase. Where the law requires it, the controller of any processing described here is Ran Werker, and requests can be sent to ranwerker@gmail.com. We will respond within the period required by the law that applies to you.

International transfers. Detour's backend runs in a European Union region, and the providers it calls (OpenAI, Google) operate internationally, so a request may be processed on servers outside your country, including in the United States. Each provider maintains its own transfer safeguards, described in the policies linked in section 5.

California. We do not sell or share personal information as those terms are defined by the California Consumer Privacy Act, and we do not use it for cross-context behavioural advertising.

12. Changes to this policy

Detour is under active development, and this policy will change when the app does — for example if a future version adds accounts, backend sync of saved places, crash reporting or analytics. When it changes we will update the effective date at the top of this page, and the current version will always be available at this address. Material changes will be highlighted here. Continuing to use Detour after a change means you accept the updated policy.

13. Contact

Questions about this policy, or about how Detour handles data:

Ran Werker

Email: ranwerker@gmail.com

See also the Terms of Use.