am 2acd43d3: Replace shared storage with USB storage.

Merge commit '2acd43d31cf5ffdda9b4e72a303c1db7205af613' into gingerbread-plus-aosp

* commit '2acd43d31cf5ffdda9b4e72a303c1db7205af613':
  Replace shared storage with USB storage.
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 12dae7c..e7ba02b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -168,7 +168,7 @@
     <string name="bt_toast_6">Stopped sending file to \u0022<xliff:g id="recipient">%1$s</xliff:g>\u0022</string>
 
     <!-- Bluetooth System Messages [CHAR LIMIT=NONE] -->
-    <string name="bt_sm_2_1" product="nosdcard">There is not enough space on the shared storage to save the file from \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
+    <string name="bt_sm_2_1" product="nosdcard">There is not enough space on USB storage to save the file from \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
     <!-- Bluetooth System Messages -->
     <string name="bt_sm_2_1" product="default">There is not enough space on the SD card to save the file from \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
     <string name="bt_sm_2_2">Space needed: <xliff:g id="size">%1$s</xliff:g></string>
@@ -183,8 +183,8 @@
     <string name="status_forbidden">This transfer is forbidden by the target device</string>
     <string name="status_canceled">This transfer was canceled by the user</string>
     <string name="status_file_error">Storage issue</string>
-    <!-- Shown when shared storage cannot be found.  [CHAR LIMIT=NONE] -->
-    <string name="status_no_sd_card" product="nosdcard">No shared storage. Mount shared storage to save transferred files.</string>
+    <!-- Shown when USB storage cannot be found.  [CHAR LIMIT=NONE] -->
+    <string name="status_no_sd_card" product="nosdcard">No USB storage.</string>
     <string name="status_no_sd_card" product="default">No SD card. Insert an SD card to save transferred files.</string>
     <string name="status_connection_error">Connection failure</string>
     <string name="status_protocol_error">The request can not be handled correctly</string>