No, you should not be using it.  Why would you even *want* to use it?  I
can only imagine using this to do things that are broken. :)

On Thu, May 17, 2012 at 6:06 AM, Kiran Rao <techie.curi...@gmail.com> wrote:

> I am trying to add ordered broadcasting functionality to
> LocalBroadcastReceiver class. I just noticed this method:
> http://developer.android.com/reference/android/content/BroadcastReceiver.html#setOrderedHint(boolean)
>
> The docs have this to say :
>
> For internal use, sets the hint about whether this BroadcastReceiver is
>> running in ordered mode.
>
>
> Now, the "For internal use" part makes me nervous. Is it safe to use this
> method in my code?
>
> I mean, the method *is* published as part of the API (as opposed to being
> hidden with the @hide annotation in the source).
> Secondly, changes to LocalBroadcastReceiver does qualify as internal code!
>
> --
> 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

Reply via email to