commit | e2664cb6ce83a6cdb27e46aa9b31860362877ba7 | [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 | a352743152c198f102b0d156f41bf0a3a6a14570 | |
parent | 1000c8138fdd98a7c0eb795a536adf77964083b1 [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