From 002f45c56e51346498ffecb2c0261212ee966731 Mon Sep 17 00:00:00 2001 From: Chrystian Huot Date: Mon, 26 Aug 2019 08:33:17 -0400 Subject: [PATCH] Add a note to README.md about running Rdio Scanner in background on Android devices --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa256c5..805a1b7 100644 --- a/README.md +++ b/README.md @@ -137,4 +137,10 @@ The main display information are obtained from the database. You must provision ```bash $ ./upload.sh 2 /home/radio/trunk-recorder/SERAM.csv -``` \ No newline at end of file +``` + +## 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. \ No newline at end of file