diff options
Diffstat (limited to 'android/sdremote')
-rw-r--r-- | android/sdremote/res/xml/preferences.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/sdremote/res/xml/preferences.xml b/android/sdremote/res/xml/preferences.xml index ad7b1b327758..292c851ab878 100644 --- a/android/sdremote/res/xml/preferences.xml +++ b/android/sdremote/res/xml/preferences.xml @@ -3,7 +3,7 @@ <!-- <SwitchPreference android:defaultValue="false" android:title="@string/options_autodecline" android:key="option_autodecline"/> --> <CheckBoxPreference - android:defaultValue="false" + android:defaultValue="true" android:key="option_volumeswitching" android:summary="@string/options_volumeswitching_descripton" android:title="@string/options_volumeswitching" /> |