Revert "wifi: Add systemAPi:setSubscriberId in NetworkAgentConfig"

This reverts commit b36c519c4c.

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 14b8536eb3
commit 3bd1e4ffb1

View File

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