wifi: Add systemAPi:setSubscriberId in NetworkAgentConfig

The wifi (mainline module) need to set the subscriberId for specific
wifi network.

Bug: 176396812
Test: TreeHugger
Change-Id: Ie97d3dad81c87d41a360558e91c83278595ff475
This commit is contained in:
lesl
2020-12-28 18:15:52 +08:00
parent 0be3c6a0b3
commit a37dda6024

View File

@@ -272,7 +272,6 @@ public final class NetworkAgentConfig implements Parcelable {
* Sets the subscriber ID for this network. * Sets the subscriber ID for this network.
* *
* @return this builder, to facilitate chaining. * @return this builder, to facilitate chaining.
* @hide
*/ */
@NonNull @NonNull
public Builder setSubscriberId(@Nullable String subscriberId) { public Builder setSubscriberId(@Nullable String subscriberId) {