simple-last-fm-scrobbler / sls

Simple Scrobbler, for Android -- last.fm, libre.fm & ListenBrainz
https://simple-last-fm-scrobbler.github.io
Apache License 2.0
551 stars 100 forks source link

Fire TV OS and Others Like It #497

Open a-r-db opened 5 years ago

a-r-db commented 5 years ago

Some operating systems do not allow the new special permissions. This will require bypassing the permissions system even when the build version is new enough.

The example is notification bind listener.

This will require a legacy scrobbler or a new piece of code for bypassing the permissions screen and disabling some functionality using shared preferences.

a-r-db commented 5 years ago

508

j-paulus commented 5 years ago

Testing 1.6.2: The notification access is still missing, but the app allows bypassing the screen. Logging in to last.fm works, but the AmazonMusic is not recognized as a music player and nothing is scrobbled.

a-r-db commented 5 years ago

That's an essential problem. Maybe I can make separate legacy app. The only way to release it would be on F-Droid or Amazon however.