Go thru this API , you may get some information.
http://developer.android.com/reference/java/lang/Runtime.html
you have some methods like

FreeMemory, TotalMemory & MaxMemory

you could access in this way
Runtime.getRuntime().freeMemory();
Runtime.getRuntime().totalMemory();
Runtime.getRuntime().maxMemory();



On Thu, Jul 15, 2010 at 12:18 AM, aparna <[email protected]> wrote:

> I want
> totalphysicalmemory,availphysicalMemory,TotalStorageMemory
> ,AvailStorageMemory.....
>
> On Jul 13, 11:11 pm, chethan kumar <[email protected]> wrote:
> > Check out this linkhttp://
> developer.android.com/reference/android/app/ActivityManager.Me...
> > it gives you memory info of the device.
> > Regards
> > Chethan
> >
> > On Mon, Jul 12, 2010 at 4:18 PM, aparna <[email protected]>
> wrote:
> > > Hello,
> >
> > > How can I fetch the memory Information(physical and storage) from
> > > mobile device.
> >
> > > I didn't get any API's..
> >
> > > Plz help
> >
> > > Thanks
> >
> > > --
> > > 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]>
> <android-developers%[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]<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