Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 046642fe authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add device config to decide which Auto Selection Network UI to use."

parents caf222f8 8b7b5dd5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2163,6 +2163,9 @@
    <!-- Whether UI for multi user should be shown -->
    <bool name="config_enableMultiUserUI">false</bool>

    <!-- Whether the new Auto Selection Network UI should be shown -->
    <bool name="config_enableNewAutoSelectNetworkUI">false</bool>

    <!-- If true, then we do not ask user for permission for apps to connect to USB devices.
         Do not set this to true for production devices. Doing so will cause you to fail CTS. -->
    <bool name="config_disableUsbPermissionDialogs">false</bool>
+1 −0
Original line number Diff line number Diff line
@@ -319,6 +319,7 @@
  <java-symbol type="bool" name="config_wifi_softap_acs_supported" />
  <java-symbol type="bool" name="config_wifi_softap_ieee80211ac_supported" />
  <java-symbol type="bool" name="config_enableMultiUserUI"/>
  <java-symbol type="bool" name="config_enableNewAutoSelectNetworkUI"/>
  <java-symbol type="bool" name="config_disableUsbPermissionDialogs"/>
  <java-symbol type="bool" name="config_hasRecents" />
  <java-symbol type="string" name="config_recentsComponentName" />