Merge "Some cleanups for Tethering" am: 7cf4907b89 am: 997009af45

am: e28dc820e4

Change-Id: I0f5c8f33f13dfa2366992a2b2e0ada7667b90e2f
This commit is contained in:
Mark Chien
2019-04-03 03:54:42 -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.
*