Merge "Revamp the network detail page"
This commit is contained in:
committed by
Android (Google) Code Review
commit
b7d6f6fc35
@@ -14,7 +14,10 @@
|
|||||||
limitations under the License.
|
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
|
<com.android.settings.applications.LayoutPreference
|
||||||
android:key="connection_header"
|
android:key="connection_header"
|
||||||
|
@@ -881,7 +881,7 @@ public class WifiSettings extends RestrictedSettingsFragment
|
|||||||
SettingsActivity activity = (SettingsActivity) WifiSettings.this.getActivity();
|
SettingsActivity activity = (SettingsActivity) WifiSettings.this.getActivity();
|
||||||
activity.startPreferencePanel(this,
|
activity.startPreferencePanel(this,
|
||||||
WifiNetworkDetailsFragment.class.getName(), pref.getExtras(),
|
WifiNetworkDetailsFragment.class.getName(), pref.getExtras(),
|
||||||
R.string.wifi_details_title, null, null, 0);
|
-1 /* resId */, pref.getTitle(), null, 0 /* resultRequestCode */);
|
||||||
});
|
});
|
||||||
|
|
||||||
pref.refresh();
|
pref.refresh();
|
||||||
|
Reference in New Issue
Block a user