Merge "Some cleanups for Tethering"

This commit is contained in:
Mark Chien
2019-04-03 10:16:25 +00:00
committed by Gerrit Code Review

View File

@@ -2617,7 +2617,7 @@ public class ConnectivityManager {
/** /**
* Start listening to tethering change events. Any new added callback will receive the last * Start listening to tethering change events. Any new added callback will receive the last
* tethering status right away. If callback is registered when tethering loses its upstream or * tethering status right away. If callback is registered when tethering has no upstream or
* disabled, {@link OnTetheringEventCallback#onUpstreamChanged} will immediately be called * disabled, {@link OnTetheringEventCallback#onUpstreamChanged} will immediately be called
* with a null argument. The same callback object cannot be registered twice. * with a null argument. The same callback object cannot be registered twice.
* *