Last updated: 2026-05-31
OfflinePlaya is an offline music player for Android. It plays audio files that already exist on your device. It does not have user accounts, does not sync to any cloud service, and does not contain advertising, analytics, or third-party tracking SDKs.
None. OfflinePlaya does not collect, transmit, or store any personal information about you. There is no sign-in. There is no telemetry. There is no crash reporting service. Everything the app records — your library, playlists, playback history, settings — stays on your device in its private application storage.
READ_MEDIA_AUDIO (Android 13+) /
READ_EXTERNAL_STORAGE (Android 12 and older) — required
to enumerate the audio files on your device so the app can list and
play them. The app reads files only; it does not upload them and does
not request the "all files access" permission.
FOREGROUND_SERVICE /
FOREGROUND_SERVICE_MEDIA_PLAYBACK — required to keep
playback running while the app is in the background, and to show the
media notification.
POST_NOTIFICATIONS — required to display the media
playback notification on Android 13 and newer.
WAKE_LOCK — keeps the CPU awake during playback so the
audio does not stutter when the screen turns off.
INTERNET — used only for the optional album-art
and artist-image lookups described below. Disable
Download album art from the internet in Settings to stop all
outbound network traffic.
When the album-art download setting is enabled, OfflinePlaya queries the following public services to look up missing album, artist, and audiobook cover images:
The only data sent to these services is the album, artist, or book title and (where present) year, as derived from the metadata in your audio files. No device identifiers, IP-address-linked account data, or other personal information is attached by the app. Your IP address is, of course, visible to those services in the same way it is visible to any website you visit; we have no control over their own logging or privacy practices. See their respective privacy policies for details.
None, beyond the optional cover-art lookups described above. We do not sell, rent, or otherwise share any information with advertisers, data brokers, or analytics providers.
OfflinePlaya is suitable for all ages and does not knowingly collect information from anyone, including children under 13.
If this policy changes, the updated version will be published at the same URL with a new "Last updated" date.
Questions or concerns? Email rsavutiu@gmail.com or open an issue at github.com/rsavutiu/OfflinePlaya.