diff options
author | Artur Dryomov <artur.dryomov@gmail.com> | 2013-09-20 23:22:11 +0300 |
---|---|---|
committer | Artur Dryomov <artur.dryomov@gmail.com> | 2013-09-20 23:42:14 +0300 |
commit | 740381502470e5d0e11e5db0a82f27a7d14f4d01 (patch) | |
tree | 8916624c779f8f9c79ad7ef88b34bddb89d81b3b /android/sdremote | |
parent | df0f34cb9c036f5cf69b72a740c1a8f2741ac966 (diff) |
Add setting default values for settings items.
Users still will be able to disable them if they wish.
Change-Id: If20f628c0c1f36e4a2b5c4619d7e843e91f19040
Diffstat (limited to 'android/sdremote')
-rw-r--r-- | android/sdremote/res/xml/preferences.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/sdremote/res/xml/preferences.xml b/android/sdremote/res/xml/preferences.xml index 87b8450739de..104c52847a73 100644 --- a/android/sdremote/res/xml/preferences.xml +++ b/android/sdremote/res/xml/preferences.xml @@ -3,11 +3,13 @@ <CheckBoxPreference android:key="volume_keys_actions" + android:defaultValue="true" android:title="@string/preferences_volume_keys_actions_title" android:summary="@string/preferences_volume_keys_actions_summary"/> <CheckBoxPreference android:key="keep_screen_on" + android:defaultValue="true" android:title="@string/preferences_keep_screen_on_title" android:summary="@string/preferences_keep_screen_on_summary"/> |