commit | 89e2c90c070c07d1ea95b486469cef8f88a87105 | [log] [tgz] |
---|---|---|
author | Svet Ganov <svetoslavganov@google.com> | Fri Apr 29 09:20:03 2016 -0700 |
committer | Svet Ganov <svetoslavganov@google.com> | Fri Apr 29 09:20:06 2016 -0700 |
tree | 1ede421210b94d4751419b2d77e4af94e07d26dd | |
parent | eff96c98b69ed6340f2e2d4adb99ab85389fcf19 [diff] |
Fix a NPE in PackageInstaller We were returing a null PermissionGroup object to a place where this was not expected by design. The reason for that was an incorrect fix for b/28241097. This CL reverts the introduced regression and adds a null check just in case. bug:27102458 Change-Id: I78f8107d0adf6bb2da5d8e11c5f3cf3c00fe36a2