Add "Share" button for saved Wi-Fi network

Bug: 124700405
Test: manual test
Change-Id: I58140dbc7bef1214c2323c1c37f9c87e94b94088
This commit is contained in:
Arc Wang
2019-02-25 13:35:55 +08:00
parent 0d8d233a3d
commit 12d431e683

View File

@@ -371,9 +371,6 @@ public class WifiDetailPreferenceController extends AbstractPreferenceController
// Update whether the forget button should be displayed.
mButtonsPref.setButton1Visible(canForgetNetwork());
// TODO(b/124700405): Check if showing share button is fine to added for saved network
mButtonsPref.setButton3Visible(false);
}
private void updateLiveNetworkInfo() {