commit | 40b2df50b3bdacffe8569f272ba64710fa88aa47 | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Sun Jan 17 23:59:43 2021 +0800 |
committer | paulhu <paulhu@google.com> | Mon Jan 18 00:10:50 2021 +0800 |
tree | 61a4f7f0e618e0d8529f0ae09a6ecaac1bf5b202 | |
parent | 4ee7e55df04d9b6fca20db6ff78ff69ac06eadf6 [diff] |
Replace Context#sendStickyBroadcastAsUser() ConnectivityService is using Context#sendStickyBroadcastAsUser to send sticky broadcast but this API is not able to call after it becomes part of Connectivity mainline module. Thus, replace it with Context#sendStickyBroadcast. Bug: 177223402 Test: atest FrameworksNetTests Test: atest CtsNetTestCases Test: atest CtsNetApi23TestCases Change-Id: I55156aeaf9baa9f2fd41853375edf87994789b81