Implement WifiNetworkListFragment
1.Scan valid access points for DPP configurator by using WifiTracker. 2.Allow user to add a new network for DPP configurator. Bug: 118794978 Test: RunSettingsRoboTests Change-Id: I36504d28dec7d2c9091aa6c35ebe2495045681f7
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
<include layout="@layout/wifi_dpp_fragment_header"/>
|
||||
|
||||
<ListView android:id="@+id/saved_wifi_network_list"
|
||||
<LinearLayout android:id="@+id/wifi_network_list_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintTop_toBottomOf="@+id/header"/>
|
||||
|
||||
Reference in New Issue
Block a user