Merge "Remove unused TetheringConfigurationParcel fileds"

This commit is contained in:
Mark Chien
2022-10-21 07:50:23 +00:00
committed by Gerrit Code Review
3 changed files with 1 additions and 24 deletions

View File

@@ -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;
}