Home › Forums › Mooshimeter Support › Android Broadcast Intents now work in background! › Reply To: Android Broadcast Intents now work in background!
February 8, 2017 at 6:41 pm #15686
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