These classes are not part of the SDK, that is, what Android provides for
applications to build upon.

Rather, they are a part of one of the built-in applications, provided by
Android for the user to use.

You can still look and learn, and copy/paste into your application.

--
Kostya Vasilyev -- http://kmansoft.wordpress.com
14.12.2010 1:16 пользователь "Harpritt" <[email protected]> написал:
>
> Oh one more question
>
> Why are the classes in package com.android.settings not available to
> me in my apps?
>
> ie i cant import them
>
> On Dec 13, 4:52 pm, Kostya Vasilyev <[email protected]> wrote:
> > Have you looked at the source? It's probably part of Settings
application:
> >
> > http://android.git.kernel.org/?p=platform/packages/apps/Settings.git;...
> >
> > Start by looking at the manifest, identify the activity (you can get its
> > class name by observing the logcat, while launching it on the device),
> > then take it from there - to the activity class source - and then the
> > layout XML.
> >
> > -- Kostya
> >
> > 13.12.2010 18:35, Harpritt пишет:
> >
> > > Hi everyone
> >
> > > Just wondering if anyone knows how the layout (specifically the power
> > > used bar) is created for the power consumption page with android. ive
> > > been trying to recreate it will little success.
> >
> > > Id like to use the little power meter in my application.
> >
> > > Any help is greatly appreciated
> >
> > > Many Thanks
> >
> > > Harpritt
> >
> > --
> > Kostya Vasilyev -- WiFi Manager + pretty widget --
http://kmansoft.wordpress.com
>
> --
> 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]<android-developers%[email protected]>
> 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 [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