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.
是否有 API 可以通过包名称获取 android 应用程序的磁盘使用情况?我认为磁盘使用量是 /data/data/ 文件夹中的数据大小。API 可能如下所示:
int getDiskUsage(String packageName)
有人可以帮忙吗,谢谢!
查看 PackageStats 类(例如,此处)。