Merge "Some cleanups for Tethering" am: 7cf4907b89

am: 997009af45

Change-Id: I0e00187f9a5eee9e55f961ce0458c9b91af19fb7
This commit is contained in:
Mark Chien
2019-04-03 03:45:05 -07:00
committed by android-build-merger

View File

@@ -2617,7 +2617,7 @@ public class ConnectivityManager {
/**
* 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
* with a null argument. The same callback object cannot be registered twice.
*