Hi,
This is i used to get the memory status. Kindly check it.
android.os.StatFs stats = new android.os.StatFs("/sdcard");
int space = stats.getAvailableBlocks() * stats.getBlockSize();
Also, this is one which used to show the build information,
StringBuilder builder = new StringBuilder();
builder.append("BOARD: "); builder.append(Build.BOARD);
--
Thanks,
parani
On Wed, Nov 5, 2008 at 12:44 PM, Thaw <[EMAIL PROTECTED]> wrote:
>
> Hi,
> If u have some coding file to display system information in emulator
> that u discussed, please show me that coding package such as
> laytout.xml and .java and manifest.xml,etc., Thanks a lot...
> your regards,
> Thaw.
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---