[android-developers] Re: Displaying Installed Packages name

2010-03-24 Thread perumal316
Hi All, I have managed to list down all the installed packages. I have used ArrayList and ArrayAdapter to list down the installed packages. Now if a user click on any one of it I want to start the respective activity. How do I go about doing it? Because to use an intent to start the activity I

[android-developers] Re: Displaying Installed Packages name

2010-03-23 Thread perumal316
Thanks Murali, It is working now. But it is displaying a whole chunk of data. I want to display just the Activity Class and package name. Any idea how to do it? Am I correct to use getInstalledPackages() or is there any other methods I can use to get the Activity Class and the corresponding