@hide has a very important meaning. It is used to mark public APIs
that are not to be exported in the SDK. This is used by the Android
team to have APIs accessible across packages without having them
available to applications. APIs marked with @hide are considered
private to the Android platform and can change at any time, you cannot
rely on them.

On Mon, Sep 7, 2009 at 6:53 PM, mmkr<[email protected]> wrote:
>
> Hai,
>
> In browsers when I type view-source: before any address it gives me
> the page source. But i am not able to do it in android. It gives me
> "web page not available" . Can any one please tell me why it is giving
> that and any other way for me to view the page source in android?
>
>        One more doubt is what exactly is "@hide", even if I commented
> it( /** @hide */) it is having some meaning( it is not visible in
> another classes ). When I deleted it its working fine, it is visible.
> what is the reason?
>
> Thanks.
>
> >
>



-- 
Romain Guy
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time
to provide private support.  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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to