Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
インストールされているアプリのリストを取得するときは、ウィジェットで取得します。ただし、ウィジェットはアプリ ランチャーなので見たくありません。それ、どうやったら出来るの?
リストを正しいカテゴリに絞り込む必要があります。
Intent i = new Intent(Intent.ACTION_MAIN, null); i.addCategory(Intent.CATEGORY_LAUNCHER); List pkgAppsList = getPackageManager().queryIntentActivities( i, 0);