Hello,
I need to create site survey app which reports location and signal level continuously. Location is not a problem with Background location tracking tutorial. Basing on this tutorial I added code from this post and everything worked Ok on Android 9 - Signal_Changed event fired even when screen is off, though much less often. However when I got Android 10 device I saw two things: result string has different format (which is not a problem), and Signal_Changed event never fires when screen is off (which is a problem). Restarting listener again after some time gives results equal to last one when screen was on, data is not updated. Is there any way to get LTE signal parameters on Android 10 when screen is off?
I need to create site survey app which reports location and signal level continuously. Location is not a problem with Background location tracking tutorial. Basing on this tutorial I added code from this post and everything worked Ok on Android 9 - Signal_Changed event fired even when screen is off, though much less often. However when I got Android 10 device I saw two things: result string has different format (which is not a problem), and Signal_Changed event never fires when screen is off (which is a problem). Restarting listener again after some time gives results equal to last one when screen was on, data is not updated. Is there any way to get LTE signal parameters on Android 10 when screen is off?