Move NFC setting lower down the Setting's list.

Change-Id: I585d060a5b65df05d62c2bf156f5af76b3bf60e0
This commit is contained in:
Nick Pelly
2010-10-13 12:22:37 -07:00
parent 083310d316
commit 72ce892dd9

View File

@@ -40,12 +40,6 @@
android:targetClass="com.android.settings.wifi.WifiSettings" />
</PreferenceScreen>
<CheckBoxPreference
android:key="toggle_nfc"
android:title="@string/nfc_quick_toggle_title"
android:summary="@string/nfc_quick_toggle_summary"
android:persistent="false" />
<CheckBoxPreference
android:key="toggle_bluetooth"
android:title="@string/bluetooth_quick_toggle_title"
@@ -82,6 +76,12 @@
android:targetClass="com.android.settings.vpn.VpnSettings" />
</PreferenceScreen>
<CheckBoxPreference
android:key="toggle_nfc"
android:title="@string/nfc_quick_toggle_title"
android:summary="@string/nfc_quick_toggle_summary"
android:persistent="false" />
<PreferenceScreen
android:title="@string/network_settings_title"
android:summary="@string/network_settings_summary"