-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mobile: Support for multiple transport types on the Android network m…
…onitor (#37321) In the previous implementation, we assumed that there was only a single transport type, which means the following use cases were not supported. [A, B] to [A], no network change [A] to [A, B], no network change This PR updates the network monitor code on Android to trigger network change appropriately when there are multiple transport types. IOW, the following use cases are now supported. [A, B] to [A], trigger network change [A] to [A, B], trigger network change Risk Level: low Testing: unit test Docs Changes: n/a Release Notes: n/a Platform Specific Features: mobile Signed-off-by: Fredy Wijaya <[email protected]>
- Loading branch information
Showing
2 changed files
with
46 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters