am da08f31f: am 792d4356: Merge "Move NFC setting lower down the Setting\'s list." into gingerbread

Merge commit 'da08f31f791f77be6d0fa2aa67096c3f6e1d8a1c'

* commit 'da08f31f791f77be6d0fa2aa67096c3f6e1d8a1c':
  Move NFC setting lower down the Setting's list.
This commit is contained in:
Nick Pelly
2010-10-15 08:31:26 -07:00
committed by Android Git Automerger

View File

@@ -38,12 +38,6 @@
android:summary="@string/wifi_settings_summary" >
</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"
@@ -71,6 +65,12 @@
android:summary="@string/vpn_settings_summary" >
</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"