tajchert / BusWear

EventBus for Android Wear devices.
Apache License 2.0
257 stars 23 forks source link

Define `MessagesCatcher` in library and force user to only add it to both Manifests. #2

Closed mg6maciej closed 9 years ago

mg6maciej commented 9 years ago

Like so:

<service android:name="pl.tajchert.buswear.MessagesCatcher">
    <intent-filter>
        <action android:name="com.google.android.gms.wearable.BIND_LISTENER" />
    </intent-filter>
</service>
tajchert commented 9 years ago

Added in 49588080ba320795b46b0848825bcb179bac097b thanks!