Smart Watch (SW) with Wear OS can't receive location updates, after disconnecting by BLE from paired Smartphone. But SW already has GPS, why watches can't use this feature separately from smartphone? Or how I can implement this feature (receiving GPS updates, when we don't have BLE connection with paired smartphone)?
I've used FusedLocationProviderClient from lib (com.google.android.gms:play-services-location:21.3.0), with following parameters:
Is there an existing issue for this?
In which area is the issue?
Location
In a specific sample?
No response
What happened?
Smart Watch (SW) with Wear OS can't receive location updates, after disconnecting by BLE from paired Smartphone. But SW already has GPS, why watches can't use this feature separately from smartphone? Or how I can implement this feature (receiving GPS updates, when we don't have BLE connection with paired smartphone)?
I've used
FusedLocationProviderClient
from lib (com.google.android.gms:play-services-location:21.3.0
), with following parameters:and after that was installed standard LocationCallback.
Relevant logcat output
No response
Code of Conduct