Fix bug #18017952 It does not search all possible "USB" results that can be found in the settings

- add indexing for UsbSettings
- change constant name from RANK_MEMORY to RANK_STORAGE
- fix old issue with the PreferenceScreen title (as Location instead of USB computer connection)

Change-Id: I1395ec3d6a795edf73a8703545540456a477cc21
This commit is contained in:
Fabrice Di Meglio
2014-10-16 14:42:10 -07:00
parent 22a57a8cbe
commit c94382e84e
3 changed files with 14 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/location_settings_title">
android:title="@string/storage_title_usb">
<PreferenceCategory
android:title="@string/usb_connection_category" />