diff options
author | Tom Hennen <TomHennen@users.noreply.github.com> | 2016-01-22 16:05:37 -0500 |
---|---|---|
committer | Tom Hennen <TomHennen@users.noreply.github.com> | 2016-01-22 16:05:37 -0500 |
commit | 2b98aca2e2a64064ac65afbb91488720b43fbcb3 (patch) | |
tree | 34f2c076baa9d2c746f70ddca9dd66528100c130 /app/src/main/res/xml/preferences.xml | |
parent | 6d6a8d2fcda2ba2c8d1ef51049403aa6b25d31f2 (diff) | |
parent | bfac8f71a82ccc0361709c95f32a08a07b4b70a6 (diff) | |
download | AntennaPod-2b98aca2e2a64064ac65afbb91488720b43fbcb3.zip |
Merge pull request #1557 from mfietz/promote_sonic
Promote Sonic
Diffstat (limited to 'app/src/main/res/xml/preferences.xml')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index b2a28e871..3ecd79b1e 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -76,6 +76,12 @@ <PreferenceCategory android:title="@string/playback_pref"> <de.danoeh.antennapod.preferences.SwitchCompatPreference android:defaultValue="true" + android:enabled="false" + android:key="prefSonic" + android:summary="@string/pref_sonic_message" + android:title="@string/pref_sonic_title"/> + <de.danoeh.antennapod.preferences.SwitchCompatPreference + android:defaultValue="true" android:enabled="true" android:key="prefPauseOnHeadsetDisconnect" android:summary="@string/pref_pauseOnDisconnect_sum" @@ -263,14 +269,5 @@ android:title="@string/crash_report_title" android:summary="@string/crash_report_sum"/> </PreferenceCategory> - - <PreferenceCategory android:title="@string/experimental_pref"> - <de.danoeh.antennapod.preferences.SwitchCompatPreference - android:defaultValue="false" - android:enabled="false" - android:key="prefSonic" - android:summary="@string/pref_sonic_message" - android:title="@string/pref_sonic_title"/> - </PreferenceCategory> - + </PreferenceScreen> |