commit | 9f30d97a8e1833a757938197cb07de297925d25d | [log] [tgz] |
---|---|---|
author | Song Chun Fan <schfan@google.com> | Fri May 24 16:41:16 2024 +0000 |
committer | Song Chun Fan <schfan@google.com> | Fri May 24 18:00:30 2024 +0000 |
tree | b0dc4b4057bb44668e975e088eba65fc62ebd1b2 | |
parent | 6a7f27873a0fc815a8a1ad3fa6b93bcf9d3ea897 [diff] |
[pm] Catch ParcelableException in PackageManager.isAppArchivable Catches the ParcelableException exception type and rethrows it as a NameNotFoundException. Also improves a few existing APIs to rethrow the ParcelableException as a RuntimeException if it is not one of the expected exception type. Change-Id: I76f6cc246fca1fe0624429c500015b0cce5ffd40 BUG: 341212469 FIXES: 341212469 Test: builds