Revert "wifi: Add systemAPi:setSubscriberId in NetworkAgentConfig"

This reverts commit a37dda6024.

Reason for revert: After discussion, we prefer to add a field in NetworkCapabilities instead. Sorry for inconvenience.

Change-Id: I2e8840a797df9d1594f2b8b576bcd45beb184fca
This commit is contained in:
Junyu Lai
2021-01-08 06:05:56 +00:00
committed by junyulai
parent 708834227c
commit 777533d32b

View File

@@ -272,6 +272,7 @@ 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) {