Super rough implementation of new USB settings
There does not seem to be a way to implement radio buttons in a settings screen, so I am using check boxes as a temporary hack. Change-Id: I2d2c7931f689ff04608662b64aafc4862cfef48e Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
@@ -1724,6 +1724,17 @@
|
||||
<!-- SD card eject progress text -->
|
||||
<string name="sd_ejecting_summary">Unmount in progress</string>
|
||||
|
||||
<!-- Storage setting. Menu option for USB transfer settings [CHAR LIMIT=30]-->
|
||||
<string name="storage_menu_usb">USB transfer settings</string>
|
||||
<!-- Storage setting. Title for USB transfer settings [CHAR LIMIT=30]-->
|
||||
<string name="storage_title_usb">USB transfer settings</string>
|
||||
<!-- Storage setting. Label for MTP setting [CHAR LIMIT=30]-->
|
||||
<string name="usb_label_mtp">Connect as a media device (MTP)</string>
|
||||
<!-- Storage setting. Label for PTP setting [CHAR LIMIT=30]-->
|
||||
<string name="usb_label_ptp">Connect as a camera (PTP)</string>
|
||||
<!-- Storage setting. Label for installer CD [CHAR LIMIT=30]-->
|
||||
<string name="usb_label_installer_cd">Install file transfer tools</string>
|
||||
|
||||
<!-- Phone info screen, section titles: -->
|
||||
<string name="battery_status_title">Battery status</string>
|
||||
<!-- Phone info screen, section titles: -->
|
||||
|
Reference in New Issue
Block a user