commit | 65e8de3fded5d007813f9b8dfd3a4ff0fe41534f | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Thu Apr 04 11:01:41 2019 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Thu Apr 04 11:04:13 2019 -0700 |
tree | 81e4eb10f1f82d612bffd2ad7e4862d013294322 | |
parent | bbc42684cc6a0cb9d09dbdca18a60f0bb7737c54 [diff] |
Fix issue #129936402: Runtime restart occurs when suspending an app... NPE at com.android.server.appop.AppOpsService.notifyOpChanged(AppOpsService.java:1431) Wasn't checking for a null callback list, and also fixed threading issues. Fixes: 129936402 Test: Manual Change-Id: I9c39429421643ebc10e78679c2bec52827603da1