Fix the javadoc for requestBandwidthUpdate(...)
Change-Id: I6673dd219ef832acb15ce9b6398caa1c8503320b
This commit is contained in:
@@ -2586,7 +2586,7 @@ public class ConnectivityManager {
|
||||
* method assumes that the caller has previously called {@link #registerNetworkCallback} to
|
||||
* listen for network changes.
|
||||
*
|
||||
* @param network{@link Network} specifying which network you're interested.
|
||||
* @param network {@link Network} specifying which network you're interested.
|
||||
* @return {@code true} on success, {@code false} if the {@link Network} is no longer valid.
|
||||
*/
|
||||
public boolean requestBandwidthUpdate(Network network) {
|
||||
|
||||
Reference in New Issue
Block a user