Re: [android-developers] Sending Custom Broadcast received on GB but not on HC or ICS
The answer there is probably incomplete for this question. If you know for sure that you want to launch the app even if it is currently stopped, you can use this: http://developer.android.com/reference/android/content/Intent.html#FLAG_INCLUDE_STOPPED_PACKAGES
On Mon, Jun 4, 2012 at 1:48 PM, Mark Murphy <mmurphy@commonsware.com> wrote:
On Mon, Jun 4, 2012 at 1:07 PM, emfl <eric.mf.laurent@gmail.com> wrote:Make sure you are not being caught by this:
> The following code works fine on GB, but not on HC or ICS (using
> android simulator in all 3 cases)
> BcastTestAppActivity and Receiver are running in separate
> applications.
http://stackoverflow.com/a/9955247/115145
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Android Training in DC: http://marakana.com/training/android/
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
Dianne Hackborn
Android framework engineer
hackbod@android.com
Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home