Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 476 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 476 Bytes

Android-Wear-Demo

Android Wear MessageApi implementation.

com.google.android.gms.wearable.BIND_LISTENER is deprecated now need to use updated code as mentioned below.

Deprecated

<action android:name="com.google.android.gms.wearable.BIND_LISTENER" />

Updated Code

<action android:name="com.google.android.gms.wearable.DATA_CHANGED" />
<action android:name="com.google.android.gms.wearable.MESSAGE_RECEIVED" />