Merge "Fix a typo in a comment" am: e7be8034b6

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1459885

Change-Id: I9174acc91209d83526901587bf4603d61aa30acc
This commit is contained in:
Treehugger Robot
2020-10-14 11:24:43 +00:00
committed by Automerger Merge Worker

View File

@@ -30,7 +30,7 @@ import android.util.Log;
/** /**
* Base class for network providers such as telephony or Wi-Fi. NetworkProviders connect the device * Base class for network providers such as telephony or Wi-Fi. NetworkProviders connect the device
* to networks and makes them available to to the core network stack by creating * to networks and makes them available to the core network stack by creating
* {@link NetworkAgent}s. The networks can then provide connectivity to apps and can be interacted * {@link NetworkAgent}s. The networks can then provide connectivity to apps and can be interacted
* with via networking APIs such as {@link ConnectivityManager}. * with via networking APIs such as {@link ConnectivityManager}.
* *