Squashed commit of the following: commit 8857e6bb1f68c85af995bb29964e11f68990de44 Author: SagarMakhar <sagarmakhar@gmail.com> Date: Sat Aug 21 17:04:31 2021 +0000 Quick QS brightness slider [2/2] Change-Id: Ib3990781d5a438b2159fa5a383ba16d64bd42bb6 Signed-off-by: SagarMakhar <sagarmakhar@gmail.com> commit a1d31fc792df8fc598c7c2017505b36626afdf9d Author: Dhina17 <dhinalogu@gmail.com> Date: Wed Jul 1 12:53:00 2020 +0530 qs: Enable adaptive brightness button by default Signed-off-by: Dhina17 <dhinalogu@gmail.com> Change-Id: Ia241688a6ed87d846b3ab0466b0833106ab6433f Signed-off-by: SagarMakhar <sagarmakhar@gmail.com> commit 423ef8ec6963d40b47b5c50bcb52600910a6809c Author: Sebastian <xdzienny@gmail.com> Date: Sat Jan 6 00:57:17 2018 +0100 [2/2] Extensions: Statusbar brightness control Change-Id: I59c6e2977eb6399b75eda503fe778ac1e159e010 Signed-off-by: Josh Fox (XlxFoXxlX) <joshfox87@gmail.com> Signed-off-by: Anirudh Gupta <anirudhgupta109@gmail.com> Signed-off-by: Shubham Singh <coolsks94@gmail.com> Signed-off-by: SagarMakhar <sagarmakhar@gmail.com> commit 6242c12181a7acfb384308e22d8a41d16f7588d5 Author: Adarsh-MR <adarshmr1998@gmail.com> Date: Thu Dec 13 18:48:55 2018 +0530 Extensions: Add QS brightness buttons options [2/2] Signed-off-by: Adarsh-MR <adarshmr1998@gmail.com> Signed-off-by: Vol Zhdanov <wight554@gmail.com> Signed-off-by: Shubham Singh <coolsks94@gmail.com> Change-Id: I093b6dc6f43193b9713ee9f0d18fcf299c340573 Signed-off-by: SagarMakhar <sagarmakhar@gmail.com> commit 88b397eb849810f361c7149340cfddd2510beed1 Author: xyyx <xyyx@mail.ru> Date: Fri Aug 31 14:02:12 2018 +0800 Extensions: add prefs for qs brightness slider (2/2) Change-Id: I1cf1ae866af39dca7f40165674fc6066471da679 Signed-off-by: Shubham Singh <coolsks94@gmail.com> Signed-off-by: SagarMakhar <sagarmakhar@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2016 Nitrogen Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<PreferenceScreen
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:title="@string/misc_title"
|
|
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
|
|
|
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
|
android:key="status_bar_brightness_control"
|
|
android:title="@string/status_bar_toggle_brightness"
|
|
android:summary="@string/status_bar_toggle_brightness_summary"
|
|
android:defaultValue="false" />
|
|
|
|
</PreferenceScreen>
|