mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Add a note to README.md about running Rdio Scanner in background on Android devices
This commit is contained in:
parent
a11abcebb8
commit
002f45c56e
|
|
@ -138,3 +138,9 @@ The main display information are obtained from the database. You must provision
|
|||
```bash
|
||||
$ ./upload.sh 2 /home/radio/trunk-recorder/SERAM.csv
|
||||
```
|
||||
|
||||
## Android and background apps
|
||||
|
||||
For those of you who want to let Rdio Scanner run in the background, make sure Android does not kill your browser when it is in the background.
|
||||
|
||||
For example, on my Samsung S9+, I need to configure Android to not kill Chrome when it is running in the background. Then everything works like a charm, unless another application wants to broadcast sound. But even in this case, Rdio Scanner will stop the current call if there is one and resume as soon as there is a new call to play in the queue.
|
||||
Loading…
Reference in a new issue