Thanks for the help. I'll RTFM more often.

On Fri, Jul 23, 2010 at 9:56 AM, Dianne Hackborn <hack...@android.com> wrote:
> It is definitely enforced for receives in the manifest...  I'd need to check
> for ones from registerReceiver(), but if it isn't it should be. :)
>
> On Thu, Jul 22, 2010 at 3:58 PM, Mark Murphy <mmur...@commonsware.com>
> wrote:
>>
>> On Thu, Jul 22, 2010 at 5:59 PM, Dianne Hackborn <hack...@android.com>
>> wrote:
>> > Set the priority integer in the IntentFilter you instantiate, or
>> > <intent-filter> in the manifest.  Note that the default priority is 0
>> > and
>> > apps can only request priorities <= 0.
>>
>> Are you sure? According to the docs, 100 is a valid priority for an
>> app and 100 is not <= 0.
>>
>> --
>> Mark Murphy (a Commons Guy)
>> http://commonsware.com | http://github.com/commonsguy
>> http://commonsware.com/blog | http://twitter.com/commonsguy
>>
>> _The Busy Coder's Guide to Android Development_ Version 3.1 Available!
>>
>> --
>> 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
>
>
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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