Fix documentation link

Change-Id: I4b5e77a9007629914af37d7ec85ecdba4f922b87
This commit is contained in:
Kweku Adams
2022-01-14 17:49:29 +00:00
parent 21f0d58294
commit af5b1c0cf2

View File

@@ -1579,8 +1579,8 @@ public final class NetworkCapabilities implements Parcelable {
* <p> * <p>
* Note that when used to register a network callback, this specifies the minimum acceptable * Note that when used to register a network callback, this specifies the minimum acceptable
* signal strength. When received as the state of an existing network it specifies the current * signal strength. When received as the state of an existing network it specifies the current
* value. A value of code SIGNAL_STRENGTH_UNSPECIFIED} means no value when received and has no * value. A value of {@link #SIGNAL_STRENGTH_UNSPECIFIED} means no value when received and has
* effect when requesting a callback. * no effect when requesting a callback.
* *
* @param signalStrength the bearer-specific signal strength. * @param signalStrength the bearer-specific signal strength.
* @hide * @hide