Thats the size on the screen - right? I believe he is asking for the package (apk) file size. This was removed from the API, as noted here: http://groups.google.com/group/android-developers/browse_thread/thread/df94daae34336aad/f96a8425549c6637?lnk=raot
I don't have the code on hand - but I know I was able to retrieve this by browsing to the /data/app path and using normal java commands to get the files size. Hope that helps, On Apr 7, 3:17 pm, mcmc <[email protected]> wrote: > wait for the surfaceChanged(int width, int height) callback to be > called, and you can get the width and height that way... > > On Apr 7, 4:42 am, Raj <[email protected]> wrote: > > > Hi, > > I am using PackageManager class to retrive the information of the > > installed application on the device. > > But I didnt get any way to retrive the application Size on the device. > > > Can any one help me out in getting how to achive this. > > > Regards, > > Raj --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

