Skip to content

Commit

Permalink
[Mobile,Wear] Added back WearMessageListenerService to AndroidManifes…
Browse files Browse the repository at this point in the history
…t.xml. This fixes a regression where times will never be retrieved from mobile device for displaying on wearable.
  • Loading branch information
thecosmicfrog committed Jan 8, 2018
1 parent f223ed5 commit bc438ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mobile/src/main/AndroidManifest.xml
Expand Up @@ -145,6 +145,13 @@
<action android:name="com.google.firebase.INSTANCE_ID_EVENT" /> <action android:name="com.google.firebase.INSTANCE_ID_EVENT" />
</intent-filter> </intent-filter>
</service> </service>
<service android:name=".service.WearMessageListenerService">
<intent-filter>
<action
android:name="com.google.android.gms.wearable.BIND_LISTENER"
tools:ignore="WearableBindListener" />
</intent-filter>
</service>
</application> </application>


</manifest> </manifest>

0 comments on commit bc438ed

Please sign in to comment.