Hi,
There are such words about FLAG_EXCLUDE_STOPPED_PACKAGES in 3.1's
release note:http://developer.android.com/sdk/android-3.1.html.

"When neither or both of these flags is defined in an intent, the
default behavior is to include filters of stopped applications in the
list of potential targets."
In another word, if there are some Intents created in my app and are
used to start some my services in my another apk, I think it should be
ok with 3.1.
But we found it was not true. We have to change our code from "new
Intent("action string")" into "new Intent("package","component")" to
start service when it is stopped by user.

I wonder which is right?

James

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to