My app reads the list of all installed APK files, and then loop through the list to read the APK info, however it throws a TransactionTooLargeException exception.
Fr
I've found a way to solve this issue, and posted about it here.
In short, it finds the installed apps' pacakges names (using ADB) and then get the information about each of them, one after another.