Replies: 1 comment 1 reply
-
Give code |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The Android API allows apps with the "App Usage Statistics" permission to request the sizes of code, general data, and cache, of any installed package.
I've noticed that
com.termux
requests that permission, but I haven't found a way to get app size withoutadb shell dumpsys diskstats
.The cmd
allows execution of
dumpsys
withoutshell
privileges, butdiskstats
isn't found as an active service. Perhaps this requires a hack similar to this?If there's no such feature, should I open an issue instead?
Beta Was this translation helpful? Give feedback.
All reactions