Home › Forums › Mooshimeter Support › Intent Documentation › Reply To: Intent Documentation
February 6, 2017 at 6:10 am #15652
Guest
Hi Duane,
your paper was very helpful and i figured out how an intent looks like:
Action: com.mooshim.mooshimeter.CH2
URI: intent:#Intent;action=com.mooshim.mooshimeter.CH2;launchFlags=0x10;component=com.example.blafoo.myapplication/.MyBroadcastReceiver;S.units=V;f.value=3.6637783E-5;end
I can now process these intents in the background, but as soon as i switch to my app and the mooshimeter app runs in the background there are no more intents broadcasted.
Does anyone have an ideo how to solve this problem?