[Wi-Fi] Expose AP Band outside of the Advanced section
Design change for UX improvement. Bug: 156629343 Test: manual visual Change-Id: I4ff89eec472de699d1fa723d8369ad99b78a83a3
This commit is contained in:
@@ -98,9 +98,9 @@ public class AllInOneTetherSettings extends RestrictedDashboardFragment
|
||||
public static final String ETHERNET_TETHER_KEY = "enable_ethernet_tethering" + DEDUP_POSTFIX;
|
||||
|
||||
@VisibleForTesting
|
||||
static final int EXPANDED_CHILD_COUNT_DEFAULT = 3;
|
||||
static final int EXPANDED_CHILD_COUNT_DEFAULT = 4;
|
||||
@VisibleForTesting
|
||||
static final int EXPANDED_CHILD_COUNT_WITH_SECURITY_NON = 2;
|
||||
static final int EXPANDED_CHILD_COUNT_WITH_SECURITY_NON = 3;
|
||||
@VisibleForTesting
|
||||
static final int EXPANDED_CHILD_COUNT_MAX = Integer.MAX_VALUE;
|
||||
private static final String TAG = "AllInOneTetherSettings";
|
||||
|
Reference in New Issue
Block a user