Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Privacy Concerns

Austin H edited this page Jun 16, 2020 · 20 revisions

Privacy Concerns

Notice

  1. This app is licensed Free Open Source Software FOSS.
  2. We do not keep, store, or steal any of your private information.
  3. Required information is extracted via the Media Session API that requires Notification Listener permissions.
  4. Hence, only track metadata will be extracted & sent to Last.fm, Libre.fm, ListenBrainz or your custom service.

Concerning Code

Explanation

  • 'NotificationListenerService' is used in the ControllerReceiverService to create a media session and pull meta data and play updates from the music app you have active via callback function inside ControllerReceiverCallback.
  • Battery Optimization is in case you choose to not use the Permanent Notification setting, so scrobbles are submitted no matter the circumstance.
  • Storage access is in case you'd like to export your database.

In Summary

IDFWU I got a million other things, that I much rather do

Clone this wiki locally