You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed the Dashboard in PR #570 via 057c459, but we need to figure out how to log AGC on Android 13 and higher. I'll leave this issue open for that.
barbeau
changed the title
Automatic gain control not reported correctly on Android 13
Automatic gain control not logged correctly on Android 13
Aug 11, 2022
Describe the bug
On Android 13, automatic gain control is reported via a different method.
Before Android 13, we used:
However, these methods are deprecated in API level 33.
On API level 33 and higher we should instead use:
To Reproduce
Android 13 device will log empty data for AGC and Dashboard reports that it's not supported.
Expected behavior
Report and log AGC correctly on Android 13
Observed behavior
AGC is incorrectly reported as not supported and not logged on Android 13
App, Device and Android version:
Android 13
The text was updated successfully, but these errors were encountered: