79613450

Date: 2025-05-09 03:34:01
Score: 1
Natty:
Report link

Change the "android:name="com.google.android.gms.wearable.MESSAGE_RECEIVED" action from your manifest to "android:name="com.google.android.gms.wearable.DATA_CHANGED"...

I don't know whether in fluter is the same, but usually you have to set a data tag to the intent, e.g.:

<data android:scheme="wear" android:host="*"

android:path="/start-activity"

Doc

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: dect