Correct javadoc for ConnectivityManager#requestNetwork

Fix: 238753273
Test: make doc-comment-check-docs ; Check the doc result
Change-Id: I41c35b9cb31dcf3a372a61ad84f19295b0bc0ceb
This commit is contained in:
chiachangwang
2022-07-14 02:41:28 +00:00
parent 567b664d90
commit e9c44ce718

View File

@@ -4277,7 +4277,7 @@ public class ConnectivityManager {
* network, unless it becomes the best again at some later time. All callbacks are invoked * network, unless it becomes the best again at some later time. All callbacks are invoked
* in order on the same thread, which by default is a thread created by the framework running * in order on the same thread, which by default is a thread created by the framework running
* in the app. * in the app.
* {@see #requestNetwork(NetworkRequest, NetworkCallback, Handler)} to change where the * {@link #requestNetwork(NetworkRequest, NetworkCallback, Handler)} to change where the
* callbacks are invoked. * callbacks are invoked.
* *
* <p>This{@link NetworkRequest} will live until released via * <p>This{@link NetworkRequest} will live until released via