summaryrefslogtreecommitdiffstats
path: root/res/xml/usb_settings.xml
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2011-08-01 09:53:37 -0400
committerMike Lockwood <lockwood@android.com>2011-08-01 09:53:37 -0400
commit37481d731ad685230e439564b113972812b857a6 (patch)
tree44fc01aed2ca66dd69b3c98a52a5c35e4eb609ef /res/xml/usb_settings.xml
parent1cb10cd201aac827e03f0b985ef1737e3cbf802c (diff)
downloadpackages_apps_Settings-37481d731ad685230e439564b113972812b857a6.tar.gz
packages_apps_Settings-37481d731ad685230e439564b113972812b857a6.tar.bz2
packages_apps_Settings-37481d731ad685230e439564b113972812b857a6.zip
USB Settings: Remove AFT installer CD; add help text to MTP and PTP widget summary
Bug: 4335199 Change-Id: I5f2a5d650a184b528028596e03e01ea98bf3815f Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'res/xml/usb_settings.xml')
-rw-r--r--res/xml/usb_settings.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/xml/usb_settings.xml b/res/xml/usb_settings.xml
index 28ef99b49..4d6ccc92e 100644
--- a/res/xml/usb_settings.xml
+++ b/res/xml/usb_settings.xml
@@ -22,12 +22,14 @@
<CheckBoxPreference
android:key="usb_mtp"
- android:title="@string/usb_label_mtp"
+ android:title="@string/usb_mtp_title"
+ android:summary="@string/usb_mtp_summary"
/>
<CheckBoxPreference
android:key="usb_ptp"
- android:title="@string/usb_label_ptp"
+ android:title="@string/usb_ptp_title"
+ android:summary="@string/usb_ptp_summary"
/>
</PreferenceScreen>