Skip to content Skip to sidebar Skip to footer

Size Of Other Apps In Android O

I used to get the package size of all installed app with Method getPackageSizeInfo = null; try { getPackageSizeInfo = pm.getClass().getMethod(

Solution 1:

Obviously Google doesn't want us to read other apps' size and is making sure we won't get any information. Most certainly for security reasons, like CPU % and so much other information that are no longer available on Android O! They say reading CPU % could give information about apps' activities on the device LOL.

And referring to this, it'll only get worse:

https://www.xda-developers.com/google-undocumented-hidden-apis-android-p/

Post a Comment for "Size Of Other Apps In Android O"