I asked a similar question to this earlier this week but I\'m still not understanding how to get a list of all installed applications and then pick one to run.
I\'v
public static List getApplications(Context context) { return context.getPackageManager().getInstalledApplications(PackageManager.GET_META_DATA); }