android / wear-os-samples

Multiple samples showing best practices in app and watch face development on Wear OS.
https://developer.android.com/wear
Apache License 2.0
1.12k stars 572 forks source link

WearableListenerService broken in Android 13 #945

Closed haozes closed 12 months ago

haozes commented 12 months ago

onDataChanged never be called. DataLayerListenerService never be created.

related to this issue: https://issuetracker.google.com/issues/235538840?pli=1

it said be fixed, but as many other test it still not work.

test on:

Galaxy Watch 4 OneUI 5.0 WearOS 4.0 Google Play services 23.40.14 Wear core services 1.8.1

yschimke commented 12 months ago

We can't provide support for the Wearable APIs in this sample project, if you confirm it's happening with this project, post to that bug, or open a new issue linking the old issue and this as a repro.