Remove unused TetheringConfigurationParcel fileds
Bug: 237338640 Test: atest TetheringTests Change-Id: Ic851e2e9ed16b5be6f5b1380f6b905fcc1e131cf
This commit is contained in:
@@ -21,17 +21,10 @@ package android.net;
|
||||
* @hide
|
||||
*/
|
||||
parcelable TetheringConfigurationParcel {
|
||||
int subId;
|
||||
String[] tetherableUsbRegexs;
|
||||
String[] tetherableWifiRegexs;
|
||||
String[] tetherableBluetoothRegexs;
|
||||
boolean isDunRequired;
|
||||
boolean chooseUpstreamAutomatically;
|
||||
int[] preferredUpstreamIfaceTypes;
|
||||
String[] legacyDhcpRanges;
|
||||
String[] defaultIPv4DNS;
|
||||
boolean enableLegacyDhcpServer;
|
||||
String[] provisioningApp;
|
||||
String provisioningAppNoUi;
|
||||
int provisioningCheckPeriod;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user