mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: parts: implement display controls
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
7bd40b3a4e
commit
15f84d5a7b
17 changed files with 79 additions and 310 deletions
|
|
@ -48,16 +48,6 @@
|
|||
android:targetPackage="com.eurekateam.samsungextras" />
|
||||
</Preference>
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory
|
||||
android:key="misc"
|
||||
android:title="@string/misc_category">
|
||||
<SwitchPreference
|
||||
android:key="gpuexynos_settings"
|
||||
android:title="@string/gpuexynos_title"
|
||||
android:icon="@drawable/ic_gpu"
|
||||
android:summary="@string/gpuexynos_summary"
|
||||
android:persistent="true"/>
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory
|
||||
android:key="fastcharge"
|
||||
android:title="@string/fastcharge_category">
|
||||
|
|
@ -75,13 +65,15 @@
|
|||
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory
|
||||
android:key="info"
|
||||
android:title="@string/info_category">
|
||||
<Preference
|
||||
android:key="selinux_settings"
|
||||
android:title="@string/selinux_title"
|
||||
android:icon="@drawable/ic_qs_log"
|
||||
android:summary="@string/selinux_summary"
|
||||
android:title="@string/misc_category">
|
||||
<SwitchPreference
|
||||
android:key="dt2w_settings"
|
||||
android:title="@string/dt2w_mode"
|
||||
android:persistent="true"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:key="glove_mode_settings"
|
||||
android:title="@string/glove_mode"
|
||||
android:persistent="true"/>
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Reference in a new issue