I'm fairly new to Android/Java and wanted to make an app that displays info on the installed apps on a device.
I've successfully used resolveInfo to get an app list as described here.
But I was interested in determining things like the app category, current cache size, or last time the app was used. I thought I could access this using /data/data/, but I guess I can't do that due to security issues.
Any coding magic that can get this kind of information?