[Libreoffice-commits] core.git: android/sdremote

Artur Dryomov artur.dryomov at gmail.com
Fri Sep 20 13:54:19 PDT 2013


 android/sdremote/res/xml/preferences.xml |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 740381502470e5d0e11e5db0a82f27a7d14f4d01
Author: Artur Dryomov <artur.dryomov at gmail.com>
Date:   Fri Sep 20 23:22:11 2013 +0300

    Add setting default values for settings items.
    
    Users still will be able to disable them if they wish.
    
    Change-Id: If20f628c0c1f36e4a2b5c4619d7e843e91f19040

diff --git a/android/sdremote/res/xml/preferences.xml b/android/sdremote/res/xml/preferences.xml
index 87b8450..104c528 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"/>
 


More information about the Libreoffice-commits mailing list