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 アプリケーションのディスク使用量をパッケージ名で取得する API はありますか? ディスク使用量は /data/data/ フォルダー内のデータのサイズだと思います。API は次のようになります。
int getDiskUsage(String packageName)
誰か助けてくれませんか、ありがとう!
PackageStats クラスを見てください (たとえば、こちら)。