Kaydet (Commit) 74038150 authored tarafından Artur Dryomov's avatar Artur Dryomov

Add setting default values for settings items.

Users still will be able to disable them if they wish.

Change-Id: If20f628c0c1f36e4a2b5c4619d7e843e91f19040
üst df0f34cb
...@@ -3,11 +3,13 @@ ...@@ -3,11 +3,13 @@
<CheckBoxPreference <CheckBoxPreference
android:key="volume_keys_actions" android:key="volume_keys_actions"
android:defaultValue="true"
android:title="@string/preferences_volume_keys_actions_title" android:title="@string/preferences_volume_keys_actions_title"
android:summary="@string/preferences_volume_keys_actions_summary"/> android:summary="@string/preferences_volume_keys_actions_summary"/>
<CheckBoxPreference <CheckBoxPreference
android:key="keep_screen_on" android:key="keep_screen_on"
android:defaultValue="true"
android:title="@string/preferences_keep_screen_on_title" android:title="@string/preferences_keep_screen_on_title"
android:summary="@string/preferences_keep_screen_on_summary"/> android:summary="@string/preferences_keep_screen_on_summary"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment