replaced content tountry selection with search language selection.Should now allows users to search for videos in their preferred language. Needs testing before pushing to origin.

This commit is contained in:
Adam Howard 2015-11-08 01:09:03 +00:00
parent 4a938b81df
commit 8aff134c56
6 changed files with 210 additions and 195 deletions

View file

@ -52,9 +52,9 @@
android:defaultValue="true" />
<ListPreference
android:key="@string/contentCountry"
android:title="@string/contentCountryTitle"
android:entries="@array/countryNames"
android:entryValues="@array/countryCodes"
android:key="@string/searchLanguage"
android:title="@string/searchLanguageTitle"
android:entries="@array/languageNames"
android:entryValues="@array/languageCodes"
android:defaultValue="" /> <!-- default will include no country code in URL-->
</PreferenceScreen>