aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 05d4551fb..ac3ea1445 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -28,6 +28,11 @@
android:key="quick_action"
android:summary="@string/pref_quick_action_summary"
android:title="@string/pref_quick_action" />
+ <CheckBoxPreference
+ android:defaultValue="true"
+ android:key="use_max_brightness"
+ android:summary="@string/pref_use_max_brightness_summary"
+ android:title="@string/pref_use_max_brightness" />
</PreferenceScreen>
<!--Notifications-->
<PreferenceScreen