Removed downloadMediaOnWifiOnly option
This commit is contained in:
parent
63c76b80f8
commit
46ec966e6a
|
@ -16,12 +16,6 @@
|
||||||
android:title="@string/pref_followQueue_title" />
|
android:title="@string/pref_followQueue_title" />
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
<PreferenceCategory android:title="@string/network_pref" >
|
<PreferenceCategory android:title="@string/network_pref" >
|
||||||
<CheckBoxPreference
|
|
||||||
android:defaultValue="true"
|
|
||||||
android:enabled="true"
|
|
||||||
android:key="prefDownloadMediaOnWifiOnly"
|
|
||||||
android:summary="@string/pref_downloadMediaOnWifiOnly_sum"
|
|
||||||
android:title="@string/pref_downloadMediaOnWifiOnly_title" />
|
|
||||||
|
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:defaultValue="0"
|
android:defaultValue="0"
|
||||||
|
|
Loading…
Reference in New Issue