[Wi-Fi] Apply new mock for supporting WiFi detail page for OpenRoaming feature.
Issue: Openroaming detail page have new UI Mock. Solution: Apply the mock design to rollback previous UI and add one Subcription preference. Bug: 146669261 Test: manually push API and check. Change-Id: Ie3243c9bcd371db1909834ef257c741454abec11
This commit is contained in:
@@ -115,10 +115,6 @@ public class WifiNetworkDetailsFragment2 extends DashboardFragment implements
|
||||
|
||||
@Override
|
||||
public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
|
||||
if (mNetworkDetailsTracker.getWifiEntry().canManageSubscription()) {
|
||||
return;
|
||||
}
|
||||
|
||||
MenuItem item = menu.add(0, Menu.FIRST, 0, R.string.wifi_modify);
|
||||
item.setIcon(com.android.internal.R.drawable.ic_mode_edit);
|
||||
item.setShowAsAction(MenuItem.SHOW_AS_ACTION_ALWAYS);
|
||||
|
Reference in New Issue
Block a user