インストールしているアプリが多すぎて表示が遅くて困る。 取得コード 参考になりそうなものを集める。 // 起動可能なIntent Intent intent=new Intent(Intent.ACTION_MAIN,null); // デスクトップから可能なIntent(つまり通常のアプリケーション) intent.addCategory(Intent.CATEGORY_LAUNCHER); // 通常のアプリケーションのリストを取得 PackageManager manager=getPackageManager(); List<ResolveInfo6gt; infoes=manager.queryIntentActivities(intent,0); TextView textView = (TextView) findViewById(R.id.textView); for (i