Hi, is there anything wrong with using a broadcast...
# compose-wear
n
Hi, is there anything wrong with using a broadcast receiver to communicate between phone and watch? I see that there is a type of workaround in the DataLayer code in the Wear OS samples. Is using a BR considered bad practice?
i
A broadcast receiver only sends broadcasts on the same device, that won't help at all for cross device communication