Assigned
Status Update
Comments
ra...@google.com <ra...@google.com> #2
for example, many different devices return the same longitude and latitude.such as : longitude is 121.474000 and latitude is 31.230001.
i donnot understand why is the data the same?
i donnot understand why is the data the same?
li...@sunmi.corp-partner.google.com <li...@sunmi.corp-partner.google.com> #3
the fractional part of the location data is exactly the same.
Description
I am a SUNMI Software Engineer.
As we know there is a tradition Wi-Fi which supports 2.4GHz/5GHz in Android device, and we'd like to extend wireless transmission distance.
And we are doing 802.11ah which supports Sub1GHz development, we'd like to add an 802.11ah wireless network card to Android13 GMS device.
Then we add a new Sub1G wireless network card to Android GMS device, we can make 2.4G/5G Wi-Fi as wlan0, and Sub1G Wi-Fi as wlan1, we can make 2.4G/5G Wi-Fi and Sub1G Wi-Fi association at the same time.
But the ConnectivityService module is in mainline, we couldn't modify it, we found that ConnectivityService will make the secondary connection disconnected.
Could you please suggest us how to add such a Sub1G network card to GMS devices?
Thanks