Reply | Reply To: Android Broadcast Intents now work in background!

Home Forums Mooshimeter Support Android Broadcast Intents now work in background! Reply To: Android Broadcast Intents now work in background!

#15686
Anonymous
Guest

I tried listening for these events but didn’t see any foreground or background

<receiver
android:name=”.MooshimeterReceiver”>
<intent-filter>
<action android:name=”com.mooshim.mooshimeter.CH1″/>
</intent-filter>
<intent-filter>
<action android:name=”com.mooshim.mooshimeter.CH2″/>
</intent-filter>
<intent-filter>
<action android:name=”com.mooshim.mooshimeter.CH3″/>
</intent-filter>
</receiver>

I never saw any events. This was after side loading the apk checked into the repo