Android Package manager has died with TransactionTooLargeException

前端 未结 2 792
难免孤独
难免孤独 2020-12-13 16:05

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

2条回答
  •  抹茶落季
    2020-12-13 16:54

    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.

提交回复
热议问题