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

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

Merge "Revamp the network detail page"

parents 7393cd1c 0a40de69
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -14,7 +14,10 @@
     limitations under the License.
-->

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    settings:initialExpandedChildrenCount="5">

    <com.android.settings.applications.LayoutPreference
        android:key="connection_header"
+1 −1
Original line number Diff line number Diff line
@@ -881,7 +881,7 @@ public class WifiSettings extends RestrictedSettingsFragment
            SettingsActivity activity = (SettingsActivity) WifiSettings.this.getActivity();
            activity.startPreferencePanel(this,
                    WifiNetworkDetailsFragment.class.getName(), pref.getExtras(),
                    R.string.wifi_details_title, null, null, 0);
                    -1 /* resId */, pref.getTitle(), null, 0 /* resultRequestCode */);
        });

        pref.refresh();