commit | 914d0def255f148061d53d509bec697f6a8385d8 | [log] [tgz] |
---|---|---|
author | Paul Hu <paulhu@google.com> | Thu Aug 11 06:06:39 2022 +0000 |
committer | Paul Hu <paulhu@google.com> | Thu Aug 25 02:08:51 2022 +0000 |
tree | d36755d8aaea9894059726990a3b00953ebf3fae | |
parent | 38a01e080d8b13a486fd75899c51667f22ee0864 [diff] |
Make onPackage[Added|Removed] as non-public methods In the past, CS would receive package add/remove intent and notify PermissionMonitor by onPackage[Added|Removed] method. Now, PermissionMonitor receives those intents itself, so CS will not call these two methods anymore. Thus, these two methods do not need to be public, make them as package private methods. Bug: 232048835 Test: atest FrameworksNetTests CtsNetTestCases Change-Id: I516edd1e900d7515bf383eeab2492eace97d780a