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.
インストールされているすべてのパッケージを一覧表示する Android アプリがあります。PackageManager から各アプリの PackageInfo を受け取ることでそれを行っています。唯一のことは、インストールされた apk へのパスを取得する方法を見つけることができませんでした。ユーザーがインストールしたアプリは /data/app にあります。このフォルダーで特定のパッケージ名を検索できます。しかし、より良い解決策はありませんか?